[Checkins] SVN: zc.async/branches/matt-python-versions/src/zc/async/tests.py Changed slashes to quotes.

matt@zope.com cvs-admin at zope.org
Tue Nov 25 16:38:57 EST 2008


Log message for revision 93352:
  Changed slashes to quotes.
  

Changed:
  U   zc.async/branches/matt-python-versions/src/zc/async/tests.py

-=-
Modified: zc.async/branches/matt-python-versions/src/zc/async/tests.py
===================================================================
--- zc.async/branches/matt-python-versions/src/zc/async/tests.py	2008-11-25 21:35:37 UTC (rev 93351)
+++ zc.async/branches/matt-python-versions/src/zc/async/tests.py	2008-11-25 21:38:56 UTC (rev 93352)
@@ -134,9 +134,9 @@
 
 checker = renormalizing.RENormalizing([
                 (re.compile('\d+\.\d+'), '1216179006.856108'),
-                (re.compile('<type \''), ''),
-                (re.compile('\'>'), ''),
-                (re.compile('<class \''), '')
+                (re.compile("<type '"), ''),
+                (re.compile("'>"), ''),
+                (re.compile("<class '"), '')
                 ])
 
 def test_suite():



More information about the Checkins mailing list