From c0e6288158f30802866495c5ae433474c7daf16e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 31 Jul 2009 04:25:21 -0400 Subject: [PATCH] Fixed libbe.bugdir.BugDirTestCase.testComments(sync_with_disk=False). --- libbe/bugdir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.26.2