[Zope-CVS] SVN: zope.component/trunk/test.py Fix copy errors.
    Tres Seaver 
    tseaver at palladion.com
       
    Mon Mar 13 18:44:54 EST 2006
    
    
  
Log message for revision 65994:
  Fix copy errors.
Changed:
  U   zope.component/trunk/test.py
-=-
Modified: zope.component/trunk/test.py
===================================================================
--- zope.component/trunk/test.py	2006-03-13 23:34:20 UTC (rev 65993)
+++ zope.component/trunk/test.py	2006-03-13 23:44:53 UTC (rev 65994)
@@ -28,7 +28,7 @@
 
 defaults = [
     '--path', src,
-    '--package', 'zope.i18nmessageid',
+    '--package', 'zope.component',
     '--tests-pattern', '^tests$',
     ]
 
    
    
More information about the Zope-CVS
mailing list