[Checkins] SVN: megrok.z3cform/trunk/src/megrok/z3cform/test - Add missing test zcml file.

Sylvain Viollon sylvain at infrae.com
Mon Aug 25 12:49:23 EDT 2008


Log message for revision 90230:
  
  - Add missing test zcml file.
  
  

Changed:
  A   megrok.z3cform/trunk/src/megrok/z3cform/testing.zcml
  U   megrok.z3cform/trunk/src/megrok/z3cform/tests/test_all.py

-=-
Added: megrok.z3cform/trunk/src/megrok/z3cform/testing.zcml
===================================================================
--- megrok.z3cform/trunk/src/megrok/z3cform/testing.zcml	                        (rev 0)
+++ megrok.z3cform/trunk/src/megrok/z3cform/testing.zcml	2008-08-25 16:49:22 UTC (rev 90230)
@@ -0,0 +1,10 @@
+<configure
+   xmlns="http://namespaces.zope.org/zope">
+  
+  <include package="grok" file="meta.zcml" />
+  <include package="megrok.z3cform" file="meta.zcml" />
+
+  <include package="grok" />
+  <include package="megrok.z3cform" />
+
+</configure>

Modified: megrok.z3cform/trunk/src/megrok/z3cform/tests/test_all.py
===================================================================
--- megrok.z3cform/trunk/src/megrok/z3cform/tests/test_all.py	2008-08-25 16:46:07 UTC (rev 90229)
+++ megrok.z3cform/trunk/src/megrok/z3cform/tests/test_all.py	2008-08-25 16:49:22 UTC (rev 90230)
@@ -4,11 +4,11 @@
 from zope.testing import doctest, cleanup, renormalizing
 from zope.configuration import xmlconfig
 import zope.component.eventtesting
-import megrok.z3cform.tests
+import megrok.z3cform
 
 def setUpZope(test):
     zope.component.eventtesting.setUp(test)
-    xmlconfig.file('configure.zcml', package=megrok.z3cform.tests)
+    xmlconfig.file('testing.zcml', package=megrok.z3cform)
 
 def cleanUpZope(test):
     cleanup.cleanUp()



More information about the Checkins mailing list