installdbtests.py icinde typo..

This commit is contained in:
A. Murat Eren
2005-06-20 06:50:19 +00:00
parent a7e742a2c8
commit bb08d9249f
+1 -1
View File
@@ -21,7 +21,7 @@ class InstallDBTestCase(unittest.TestCase):
f = installdb.files('installtest')
a = f.readlines()
self.assertEqual(a[0], 'placeholder\n')
self.assert_(installdb.is_installed('installtest')
self.assert_(installdb.is_installed('installtest'))
def testRemovePurge(self):
installdb.install('installtest', '0.1', '2', './tests/sandbox/files.xml')