[Checkins] SVN: zope.browserzcml2/trunk/test.py test the right package. eventually.

Philipp von Weitershausen philikon at philikon.de
Fri Apr 21 10:51:35 EDT 2006


Log message for revision 67221:
  test the right package. eventually.
  

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

-=-
Modified: zope.browserzcml2/trunk/test.py
===================================================================
--- zope.browserzcml2/trunk/test.py	2006-04-21 14:42:06 UTC (rev 67220)
+++ zope.browserzcml2/trunk/test.py	2006-04-21 14:51:34 UTC (rev 67221)
@@ -28,9 +28,8 @@
 
 defaults = [
     '--path', src,
-    '--package', 'zope.i18nmessageid',
+    '--package', 'zope.browserzcml2',
     '--tests-pattern', '^tests$',
     ]
 
 sys.exit(testrunner.run(defaults))
-



More information about the Checkins mailing list