[Checkins] SVN: grok/trunk/src/grok/ftests/lifecycle/create_application.py Corrected the tests that were failing because of a module rename.

Souheil CHELFOUH souheil at chelfouh.com
Tue Oct 13 05:18:10 EDT 2009


Log message for revision 105032:
  Corrected the tests that were failing because of a module rename.
  

Changed:
  U   grok/trunk/src/grok/ftests/lifecycle/create_application.py

-=-
Modified: grok/trunk/src/grok/ftests/lifecycle/create_application.py
===================================================================
--- grok/trunk/src/grok/ftests/lifecycle/create_application.py	2009-10-13 09:01:15 UTC (rev 105031)
+++ grok/trunk/src/grok/ftests/lifecycle/create_application.py	2009-10-13 09:18:10 UTC (rev 105032)
@@ -24,7 +24,7 @@
 order. The function returns the persisted application method.
 
   >>> print app
-  <grok.ftests.lifecycle.application_creation.Cave object at ...>
+  <grok.ftests.lifecycle.create_application.Cave object at ...>
   >>> print app.__parent__
   <zope.app.folder.folder.Folder object at ...>
 
@@ -46,7 +46,7 @@
   >>> james = grok.util.create_application(Mammoth, root, 'james')
   Traceback (most recent call last):
   ...
-  WrongType: <class 'grok.ftests.lifecycle.application_creation.Mammoth'>
+  WrongType: <class 'grok.ftests.lifecycle.create_application.Mammoth'>
 
 """
 import grok



More information about the checkins mailing list