[Checkins] SVN: zope.i18n/trunk/test.py Fix copy-paste error.

Tres Seaver tseaver at palladion.com
Sun Mar 19 22:35:05 EST 2006


Log message for revision 66094:
  Fix copy-paste error.

Changed:
  U   zope.i18n/trunk/test.py

-=-
Modified: zope.i18n/trunk/test.py
===================================================================
--- zope.i18n/trunk/test.py	2006-03-20 03:34:10 UTC (rev 66093)
+++ zope.i18n/trunk/test.py	2006-03-20 03:35:05 UTC (rev 66094)
@@ -28,7 +28,7 @@
 
 defaults = [
     '--path', src,
-    '--package', 'zope.i18nmessageid',
+    '--package', 'zope.i18n',
     '--tests-pattern', '^tests$',
     ]
 



More information about the Checkins mailing list