mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
fix testsuite for changed osc info output
This commit is contained in:
parent
3db9e6449c
commit
ab76e2cf84
2
tests.py
2
tests.py
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user