1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

fix testsuite for changed osc info output

This commit is contained in:
Dr. Peter Poeml 2008-03-26 15:22:53 +00:00
parent 3db9e6449c
commit ab76e2cf84

View File

@ -152,7 +152,7 @@ class TestOsc(unittest.TestCase):
self.out, self.err = runosc('info')
self.assertEqual(self.err, '')
self.assert_('Path: .\n' in self.out)
self.assert_('Repository UUID' in self.out)
self.assert_('srcmd5:' in self.out)
self.assert_('Revision' in self.out)
lastrev = self.out[self.out.find('Revision') + 10 :].strip()