[Zope-Checkins] SVN: Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/form/tests/forms.txt another fix help with the tests of the eggified zope2: the "status:" header now read "OK" instead of "Ok", and since "200" is distinct enough the "..." should be okay

Andreas Zeidler az at zitc.de
Mon Jun 4 19:45:19 EDT 2007


Log message for revision 76345:
  another fix help with the tests of the eggified zope2: the "status:" header now read "OK" instead of "Ok", and since "200" is distinct enough the "..." should be okay
  

Changed:
  U   Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/form/tests/forms.txt

-=-
Modified: Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/form/tests/forms.txt
===================================================================
--- Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/form/tests/forms.txt	2007-06-04 23:36:24 UTC (rev 76344)
+++ Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/form/tests/forms.txt	2007-06-04 23:45:19 UTC (rev 76345)
@@ -34,7 +34,7 @@
 
   >>> browser.open("http://localhost/test_folder_1_/ftf/+/addfieldcontent.html")
   >>> print browser.headers
-  Status: 200 Ok 
+  Status: 200 ...
   ...
 
 We don't have access, we will not be able to get to the protected add form:
@@ -49,7 +49,7 @@
   >>> browser.addHeader('Authorization', 'Basic manager:r00t')
   >>> browser.open("http://localhost/test_folder_1_/ftf/+/protectedaddform.html")
   >>> print browser.headers
-  Status: 200 Ok 
+  Status: 200 ... 
   ...
 
 
@@ -66,7 +66,7 @@
 
   >>> browser.open("http://localhost/test_folder_1_/ftf/edittest")
   >>> print browser.headers
-  Status: 200 Ok 
+  Status: 200 ... 
   ...
 
 We can also verify that the title was set correctly, and the not
@@ -104,7 +104,7 @@
   >>> ctl.value = 'BarDescription'
   >>> browser.getControl(name="UPDATE_SUBMIT").click()
   >>> print browser.headers
-  Status: 200 Ok 
+  Status: 200 ... 
   ...
   >>> print browser.contents
   <html>
@@ -129,7 +129,7 @@
   >>> ctl.value = 'FooDescription'
   >>> browser.getControl(name="UPDATE_SUBMIT").click()
   >>> print browser.headers
-  Status: 200 Ok 
+  Status: 200 ... 
   ...
 
 We will see that something has changed:



More information about the Zope-Checkins mailing list