Skip to content

Commit

Permalink
Fix site archived download test
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Feb 20, 2018
1 parent b60e6a7 commit 3d0a204
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
- Bigfile info for non-existing files



## ZeroNet 0.6.1 (2018-01-25)

### Added
Expand Down
1 change: 1 addition & 0 deletions src/Test/TestSiteDownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def testArchivedDownload(self, file_server, site, site_temp):
# Push archived update
assert not "archived" in site_temp.content_manager.contents["data/users/content.json"]["user_contents"]
site.publish()
time.sleep(0.1)
site_temp.download(blind_includes=True).join(timeout=5) # Wait for download

# The archived content should disappear from remote client
Expand Down

0 comments on commit 3d0a204

Please sign in to comment.