mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
fix commented code
This commit is contained in:
parent
7c71194eea
commit
1f529567ca
@ -1749,10 +1749,9 @@ class MockTest(SingleMagicFolderTestMixin, unittest.TestCase):
|
||||
conflicted_path = local_file + u".conflict"
|
||||
self.failIf(os.path.exists(conflicted_path))
|
||||
|
||||
# At this point, the backup file should exist with content "foo"
|
||||
# backup_path = local_file + u".backup"
|
||||
# self.failUnless(os.path.exists(backup_path))
|
||||
# self.failUnlessEqual(fileutil.read(backup_path), "foo")
|
||||
# no backup
|
||||
backup_path = local_file + u".backup"
|
||||
self.failIf(os.path.exists(backup_path))
|
||||
|
||||
# .tmp file shouldn't exist
|
||||
self.failIf(os.path.exists(local_file + u".tmp"))
|
||||
|
Loading…
Reference in New Issue
Block a user