projects
/
services
/
createrepo_c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7446450
)
py3 syntax error in the test suite.
author
Ralph Bean
<rbean@redhat.com>
Sat, 14 Nov 2015 15:21:14 +0000
(10:21 -0500)
committer
Ralph Bean
<rbean@redhat.com>
Sat, 14 Nov 2015 15:21:14 +0000
(10:21 -0500)
tests/python/tests/test_xml_parser.py
patch
|
blob
|
history
diff --git
a/tests/python/tests/test_xml_parser.py
b/tests/python/tests/test_xml_parser.py
index 1ea2bccbb1a71ae0d55f78926e4782cf313391f4..51056628309b4e4958fede0d98213b2e3f6a85bb 100644
(file)
--- a/
tests/python/tests/test_xml_parser.py
+++ b/
tests/python/tests/test_xml_parser.py
@@
-433,10
+433,10
@@
class TestCaseXmlParserOther(unittest.TestCase):
self.assertEqual(pkg.files, [])
self.assertEqual(pkg.changelogs,
[('Tomas Mlcoch <tmlcoch@redhat.com> - 6.0.1-1',
- 1334664000
L
,
+ 1334664000,
'- First release'),
('Tomas Mlcoch <tmlcoch@redhat.com> - 6.0.1-2',
- 1334664001
L
,
+ 1334664001,
'- Second release')])
def test_xml_parser_other_repo02(self):