radhermit 15/06/20 06:05:20 Added: pypeg2-2.15.1-test.patch Log: Initial import. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.1 dev-python/pypeg2/files/pypeg2-2.15.1-test.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypeg2/files/pypeg2-2.15.1-test.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypeg2/files/pypeg2-2.15.1-test.patch?rev=1.1&content-type=text/plain Index: pypeg2-2.15.1-test.patch =================================================================== Drop seemingly wrong test line that throws an AttributeError. --- pyPEG2-2.15.1/pypeg2/test/test_pyPEG2.py +++ pyPEG2-2.15.1/pypeg2/test/test_pyPEG2.py @@ -255,7 +255,6 @@ def runTest(self): r = pypeg2.parse("!all", type(self).C1) self.assertEqual(str(r), "all") - self.assertEqual(r._ignore1, None) class ParseOmitTestCase(ParserTestCase): def runTest(self):
