py3 syntax error in the test suite.
authorRalph Bean <rbean@redhat.com>
Sat, 14 Nov 2015 15:21:14 +0000 (10:21 -0500)
committerRalph Bean <rbean@redhat.com>
Sat, 14 Nov 2015 15:21:14 +0000 (10:21 -0500)
tests/python/tests/test_xml_parser.py

index 1ea2bccbb1a71ae0d55f78926e4782cf313391f4..51056628309b4e4958fede0d98213b2e3f6a85bb 100644 (file)
@@ -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',
-                   1334664000L,
+                   1334664000,
                   '- First release'),
                  ('Tomas Mlcoch <tmlcoch@redhat.com> - 6.0.1-2',
-                   1334664001L,
+                   1334664001,
                    '- Second release')])
 
     def test_xml_parser_other_repo02(self):