[Zope-Checkins] SVN: Products.Five/branches/whitmo-15-layers/viewlet/tests.py adding explicit package arg

david whitfield Morriss whit at longnow.org
Wed Aug 23 22:18:01 EDT 2006


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__':



More information about the Zope-Checkins mailing list