From: W. Trevor King Date: Fri, 31 Jul 2009 08:25:21 +0000 (-0400) Subject: Fixed libbe.bugdir.BugDirTestCase.testComments(sync_with_disk=False). X-Git-Tag: 1.0.0~62^2~43 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c0e6288158f30802866495c5ae433474c7daf16e;p=be.git Fixed libbe.bugdir.BugDirTestCase.testComments(sync_with_disk=False). --- diff --git a/libbe/bugdir.py b/libbe/bugdir.py index 1bb307c..8ec5a31 100644 --- a/libbe/bugdir.py +++ b/libbe/bugdir.py @@ -738,7 +738,7 @@ class BugDirTestCase(unittest.TestCase): if index == 0: repLoaded = comment self.failUnless(repLoaded.uuid == rep.uuid, repLoaded.uuid) - self.failUnless(comment.sync_with_disk == True, + self.failUnless(comment.sync_with_disk == sync_with_disk, comment.sync_with_disk) self.failUnless(comment.content_type == "text/plain", comment.content_type)