[Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/tests/test_config.py Updated the configuration import error test to match the improved output

Shane Hathaway shane at zope.com
Wed Nov 10 19:10:42 EST 2004


Log message for revision 28426:
  Updated the configuration import error test to match the improved output
  

Changed:
  U   Zope3/trunk/src/zope/configuration/tests/test_config.py

-=-
Modified: Zope3/trunk/src/zope/configuration/tests/test_config.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/test_config.py	2004-11-10 23:13:39 UTC (rev 28425)
+++ Zope3/trunk/src/zope/configuration/tests/test_config.py	2004-11-11 00:10:42 UTC (rev 28426)
@@ -255,8 +255,7 @@
     >>> c.resolve('zope.configuration.tests.victim.x')
     Traceback (most recent call last):
     ...
-    ConfigurationError: Couldn't import zope.configuration.tests.victim,""" \
-                                       """ No module named bad_to_the_bone
+    ImportError: No module named bad_to_the_bone
 
     Cleanup:
 



More information about the Zope3-Checkins mailing list