radhermit 14/04/03 00:43:39 Added: zope-fixers-1.1.2-tests.patch Log: Add python3_4 support and fix tests (bug #457048). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.1 net-zope/zope-fixers/files/zope-fixers-1.1.2-tests.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-fixers/files/zope-fixers-1.1.2-tests.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-fixers/files/zope-fixers-1.1.2-tests.patch?rev=1.1&content-type=text/plain Index: zope-fixers-1.1.2-tests.patch =================================================================== --- zope.fixers-1.1.2/zope/fixers/tests.py +++ zope.fixers-1.1.2/zope/fixers/tests.py @@ -300,7 +300,7 @@ msg += "\nFailed:\n" + refactored[i:] msg += "\nTarget:\n" + target[i:] # Make spaces and tabs visible: - msg = msg.replace(' ', '°') + msg = msg.replace(' ', '-') msg = msg.replace('\t', '------->') msg = ("Test failed at character %i" % i) + msg self.fail(msg)
