[Checkins] SVN: grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/ftesting.zcml Simply grok the grok.ftests package to set up the test fixtures.

Philipp von Weitershausen philikon at philikon.de
Fri Aug 24 07:46:07 EDT 2007


Log message for revision 79220:
  Simply grok the grok.ftests package to set up the test fixtures.
  Now on to removing all those grok.grok() lines in the ftests themselves.
  

Changed:
  U   grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/ftesting.zcml

-=-
Modified: grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/ftesting.zcml
===================================================================
--- grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/ftesting.zcml	2007-08-24 11:43:59 UTC (rev 79219)
+++ grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/ftesting.zcml	2007-08-24 11:46:06 UTC (rev 79220)
@@ -1,10 +1,12 @@
 <configure
    xmlns="http://namespaces.zope.org/zope"
+   xmlns:grok="http://namespaces.zope.org/grok"
    i18n_domain="grok"
    package="grok"
    >
 
   <include package="grok" />
+  <grok:grok package="grok.ftests" />
 
   <securityPolicy
       component="zope.app.securitypolicy.zopepolicy.ZopeSecurityPolicy"



More information about the Checkins mailing list