[Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/ Fixed the unicode problem with monkey-patching.

Lennart Regebro regebro at gmail.com
Wed Dec 9 11:00:56 EST 2009


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',



More information about the Zope3-Checkins mailing list