projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
377c305
)
Advance Bob's clock after notifying.
author
Daira Hopwood
<daira@jacaranda.org>
Mon, 26 Oct 2015 18:11:12 +0000
(18:11 +0000)
committer
meejah
<meejah@meejah.ca>
Mon, 26 Oct 2015 20:24:36 +0000
(14:24 -0600)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/test/test_magic_folder.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_magic_folder.py
b/src/allmydata/test/test_magic_folder.py
index 34a6d856daa7a08ca6ca88614a5736a568120c3b..a1d99c729c58b042206d573d704f77f77f6454f9 100644
(file)
--- a/
src/allmydata/test/test_magic_folder.py
+++ b/
src/allmydata/test/test_magic_folder.py
@@
-724,6
+724,7
@@
class MagicFolderTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, ReallyEqual
p = abspath_expanduser_unicode(u"file1", base=self.bob_magicfolder.uploader._local_path_u)
self.notify(to_filepath(p), self.inotify.IN_MOVED_FROM, magic=self.bob_magicfolder)
self.notify(to_filepath(p + u'.backup'), self.inotify.IN_MOVED_TO, magic=self.bob_magicfolder)
+ bob_clock.advance(0)
return d0
d.addCallback(notify_bob_moved)