[Checkins] SVN: grokcore.json/trunk/src/grokcore/json/ftesting.zcml Fixing the grokking of the ftests.

Souheil CHELFOUH souheil at chelfouh.com
Tue Nov 2 22:29:42 EDT 2010


Log message for revision 118135:
  Fixing the grokking of the ftests.
  We now need to fix the tests themselves : we need to setup an app, etc.
  

Changed:
  U   grokcore.json/trunk/src/grokcore/json/ftesting.zcml

-=-
Modified: grokcore.json/trunk/src/grokcore/json/ftesting.zcml
===================================================================
--- grokcore.json/trunk/src/grokcore/json/ftesting.zcml	2010-11-03 02:29:03 UTC (rev 118134)
+++ grokcore.json/trunk/src/grokcore/json/ftesting.zcml	2010-11-03 02:29:42 UTC (rev 118135)
@@ -6,6 +6,6 @@
    package="grokcore.json">
 
   <include package="grokcore.json" />
-  <grok:grok package="grok.ftests" />
+  <grok:grok package=".ftests" />
 
 </configure>



More information about the checkins mailing list