[Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/form/tests/forms.txt
fixed tests
Andreas Jung
andreas at andreas-jung.com
Sun Jun 3 07:24:36 EDT 2007
Log message for revision 76201:
fixed tests
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-03 11:08:15 UTC (rev 76200)
+++ Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/form/tests/forms.txt 2007-06-03 11:24:36 UTC (rev 76201)
@@ -34,7 +34,7 @@
>>> browser.open("http://localhost/test_folder_1_/ftf/+/addfieldcontent.html")
>>> print browser.headers
- Status: 200 OK
+ Status: 200 Ok
...
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 Ok
...
@@ -66,7 +66,7 @@
>>> browser.open("http://localhost/test_folder_1_/ftf/edittest")
>>> print browser.headers
- Status: 200 OK
+ Status: 200 Ok
...
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 Ok
...
>>> 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 Ok
...
We will see that something has changed:
More information about the Zope-Checkins
mailing list