[Checkins] SVN: grok/trunk/src/grok/tests/catalog/indexes_ Now tests are working. All is fine, we need to move the tests to grokcore.catalog AND split the application and ship it in grokcore.site.

Souheil Chelfouh cvs-admin at zope.org
Sat Apr 28 11:00:36 UTC 2012


Log message for revision 125359:
  Now tests are working. All is fine, we need to move the tests to grokcore.catalog AND split the application and ship it in grokcore.site.
  This will fihish the splitting process.
  

Changed:
  U   grok/trunk/src/grok/tests/catalog/indexes_module.py
  U   grok/trunk/src/grok/tests/catalog/indexes_no_app.py

-=-
Modified: grok/trunk/src/grok/tests/catalog/indexes_module.py
===================================================================
--- grok/trunk/src/grok/tests/catalog/indexes_module.py	2012-04-28 10:57:01 UTC (rev 125358)
+++ grok/trunk/src/grok/tests/catalog/indexes_module.py	2012-04-28 11:00:32 UTC (rev 125359)
@@ -4,7 +4,7 @@
   >>> func()
   Traceback (most recent call last):
     ...
-  GrokImportError: <class 'grok.index.Field'> can only be instantiated on
+  GrokImportError: <class 'grokcore.catalog.index.Field'> can only be instantiated on
   class level.
 """
 from grok import index

Modified: grok/trunk/src/grok/tests/catalog/indexes_no_app.py
===================================================================
--- grok/trunk/src/grok/tests/catalog/indexes_no_app.py	2012-04-28 10:57:01 UTC (rev 125358)
+++ grok/trunk/src/grok/tests/catalog/indexes_no_app.py	2012-04-28 11:00:32 UTC (rev 125359)
@@ -8,7 +8,7 @@
     ...
   GrokError: No site specified for grok.Indexes subclass in module
   <module 'grok.tests.catalog.indexes_no_app' from ...>.
-  Use grok.site() to specify.
+  Use grokcore.site.site() to specify.
   
 """
 import grok



More information about the checkins mailing list