mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
'positive' version of assert
This commit is contained in:
parent
a0546fff7b
commit
158498f61a
@ -878,7 +878,7 @@ class MagicFolderAliceBobTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, Rea
|
||||
yield bob_proc # bob downloads
|
||||
|
||||
# ...so now bob should produce a conflict
|
||||
self.failUnless(os.path.exists(bob_fname + '.conflict'))
|
||||
self.assertTrue(os.path.exists(bob_fname + '.conflict'))
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def test_conflict_local_change_existing(self):
|
||||
@ -916,7 +916,7 @@ class MagicFolderAliceBobTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, Rea
|
||||
yield bob_proc # bob downloads
|
||||
|
||||
# ...so now bob should produce a conflict
|
||||
self.failUnless(os.path.exists(bob_fname + '.conflict'))
|
||||
self.assertTrue(os.path.exists(bob_fname + '.conflict'))
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def test_alice_delete_and_restore(self):
|
||||
|
Loading…
Reference in New Issue
Block a user