[Zope-CVS] SVN: zope.exceptions/trunk/test.py Fix copy-paste.

Tres Seaver tseaver at palladion.com
Mon Mar 13 17:48:16 EST 2006


Log message for revision 65980:
  Fix copy-paste.

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

-=-
Modified: zope.exceptions/trunk/test.py
===================================================================
--- zope.exceptions/trunk/test.py	2006-03-13 22:30:36 UTC (rev 65979)
+++ zope.exceptions/trunk/test.py	2006-03-13 22:48:16 UTC (rev 65980)
@@ -28,7 +28,7 @@
 
 defaults = [
     '--path', src,
-    '--package', 'zope.i18nmessageid',
+    '--package', 'zope.exceptions',
     '--tests-pattern', '^tests$',
     ]
 



More information about the Zope-CVS mailing list