[Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/browser/ftests/test_processdefinition.py Updated to reflect new registration UI. This test really shouldn't be

Jim Fulton jim at zope.com
Tue Apr 18 19:55:37 EDT 2006


Log message for revision 67092:
  Updated to reflect new registration UI. This test really shouldn't be
  testing the registration UI.
  

Changed:
  U   Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/browser/ftests/test_processdefinition.py

-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/browser/ftests/test_processdefinition.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/browser/ftests/test_processdefinition.py	2006-04-18 23:55:34 UTC (rev 67091)
+++ Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/browser/ftests/test_processdefinition.py	2006-04-18 23:55:36 UTC (rev 67092)
@@ -87,7 +87,7 @@
 
         self.assertEqual(response.getStatus(), 200)
         body = ' '.join(response.getBody().split())
-        self.assert_(body.find('This object is not currently active.') >=0)
+        self.assert_(body.find("This object isn't yet registered.") >=0)
 
     def test_transitions(self):
         response = self.publish(



More information about the Zope3-Checkins mailing list