SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/ Fixed the unicode problem with monkey-patching.
Lennart Regebro <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20091209160056.BE4029417F__46114.5784975544$1260374468$gmane$org@cvs.zope.org> |
Log message for revision 106342:
Fixed the unicode problem with monkey-patching.
Changed:
U zope.testing/branches/regebro-python3-reloaded/src/zope/testing/__init__.py
U zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/tests.py
-=-
Modified: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/__init__.py
===================================================================
--- zope.testing/branches/regebro-python3-reloaded/src/zope/testing/__init__.py 2009-12-09 16:00:26 UTC (rev 106341)
+++ zope.testing/branches/regebro-python3-reloaded/src/zope/testing/__init__.py 2009-12-09 16:00:56 UTC (rev 106342)
@@ -11,3 +11,5 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
+
+import monkeys
\ No newline at end of file
Modified: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/tests.py
===================================================================
--- zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/tests.py 2009-12-09 16:00:26 UTC (rev 106341)
+++ zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/tests.py 2009-12-09 16:00:56 UTC (rev 106342)
@@ -149,7 +149,7 @@
'testrunner-debugging-layer-setup.test',
'testrunner-debugging.txt',
'testrunner-edge-cases.txt',
- #'testrunner-errors.txt',
+ 'testrunner-errors.txt',
'testrunner-layers-buff.txt',
'testrunner-layers-ntd.txt',
'testrunner-layers.txt',