[Checkins] SVN: grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/tests/zcml/directiveerror.py ZCML emits a different error when things happen during action-execution time rather than

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


Log message for revision 79226:
  ZCML emits a different error when things happen during action-execution time rather than
  ZCML-parsing time.
  

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

-=-
Modified: grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/tests/zcml/directiveerror.py
===================================================================
--- grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/tests/zcml/directiveerror.py	2007-08-24 11:53:01 UTC (rev 79225)
+++ grok/branches/philikon-ftest-layer-does-fixture-setup/src/grok/tests/zcml/directiveerror.py	2007-08-24 11:56:14 UTC (rev 79226)
@@ -14,9 +14,8 @@
   ... </configure>''', context=context)
   Traceback (most recent call last):
     ...
-  ZopeXMLConfigurationError: File "...", line ...
-  GrokError: No module-level context for
-  <class 'grok.tests.zcml.directiveerror.CavePainting'>, please use grok.context.
+  ConfigurationExecutionError: martian.error.GrokError: No module-level context for <class 'grok.tests.zcml.directiveerror.CavePainting'>, please use grok.context.
+  ...
 
 """
 import grok



More information about the Checkins mailing list