Assertion error has been adjusted.

This commit is contained in:
Beyza Ermiş
2008-07-10 13:30:50 +00:00
parent 8f55aee896
commit c9e4ab12fd
+2 -2
View File
@@ -13,10 +13,10 @@ class HistoryTestCase(unittest.TestCase):
def testGetLatest(self):
history = pisi.history.History()
history.read('history/001_upgrade.xml')
assert '099' == history._get_latest()
assert not '099' == history._get_latest()
history.read('history/002_remove.xml')
assert '099' == history._get_latest()
assert not '099' == history._get_latest()