Log message for revision 69749:
  adding explicit package arg
  

Changed:
  U   Products.Five/branches/whitmo-15-layers/viewlet/tests.py

-=-
Modified: Products.Five/branches/whitmo-15-layers/viewlet/tests.py
===================================================================
--- Products.Five/branches/whitmo-15-layers/viewlet/tests.py    2006-08-24 
02:03:51 UTC (rev 69748)
+++ Products.Five/branches/whitmo-15-layers/viewlet/tests.py    2006-08-24 
02:18:00 UTC (rev 69749)
@@ -87,8 +87,10 @@
     return unittest.TestSuite((
         FunctionalDocFileSuite('README.txt'),
         FunctionalDocFileSuite('directives.txt',
-                     setUp=setUp, tearDown=tearDown
-                     ),
+                               setUp=setUp,
+                               tearDown=tearDown,
+                               package="Products.Five.viewlet"
+                               ),
         ))
 
 if __name__ == '__main__':

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to