[Checkins] SVN: zope.app.intid/trunk/src/zope/app/intid/browser/tracking.txt Decoupled tests from zope.publisher implementation

Dmitry Vasiliev dima at hlabs.spb.ru
Fri May 4 03:43:49 EDT 2007


Log message for revision 75282:
  Decoupled tests from zope.publisher implementation

Changed:
  U   zope.app.intid/trunk/src/zope/app/intid/browser/tracking.txt

-=-
Modified: zope.app.intid/trunk/src/zope/app/intid/browser/tracking.txt
===================================================================
--- zope.app.intid/trunk/src/zope/app/intid/browser/tracking.txt	2007-05-04 07:42:54 UTC (rev 75281)
+++ zope.app.intid/trunk/src/zope/app/intid/browser/tracking.txt	2007-05-04 07:43:49 UTC (rev 75282)
@@ -10,7 +10,7 @@
   ... Referer: http://localhost:8081/++etc++site/default/@@contents.html
   ...
   ... type_name=BrowserAdd__zope.app.intid.IntIds&new_value=""")
-  HTTP/1.1 303 See Other
+  HTTP/1.1 303 ...
   ...
   Location: http://localhost/++etc++site/default/IntIds/@@registration.html
   ...
@@ -43,7 +43,7 @@
   ... Register
   ... ------------CedQTrEQIEPbgfYhvcITAhQi2aJdgu3tYfJ0WYQmkpLQTt6OTOpd5GJ--
   ... """)
-  HTTP/1.1 303 See Other
+  HTTP/1.1 303 ...
   ...
 
 Now, we'll add a few folders:
@@ -55,7 +55,7 @@
   ... Content-Type: application/x-www-form-urlencoded
   ... 
   ... type_name=BrowserAdd__zope.app.folder.folder.Folder&new_value=f1""")
-  HTTP/1.1 303 See Other
+  HTTP/1.1 303 ...
   ...
 
   >>> print http(r"""
@@ -65,7 +65,7 @@
   ... Content-Type: application/x-www-form-urlencoded
   ... 
   ... type_name=BrowserAdd__zope.app.folder.folder.Folder&new_value=f1""")
-  HTTP/1.1 303 See Other
+  HTTP/1.1 303 ...
   ...
 
   >>> print http(r"""
@@ -75,7 +75,7 @@
   ... Content-Type: application/x-www-form-urlencoded
   ... 
   ... type_name=BrowserAdd__zope.app.folder.folder.Folder&new_value=f2""")
-  HTTP/1.1 303 See Other
+  HTTP/1.1 303 ...
   ...
 
   >>> print http(r"""
@@ -85,7 +85,7 @@
   ... Content-Type: application/x-www-form-urlencoded
   ... 
   ... type_name=BrowserAdd__zope.app.folder.folder.Folder&new_value=f1""")
-  HTTP/1.1 303 See Other
+  HTTP/1.1 303 ...
   ...
 
 Now, if we look at the index page for the unique id utility, we'll see
@@ -113,7 +113,7 @@
   ... Referer: http://localhost:8081/@@contents.html
   ... 
   ... new_value%3Alist=f2&rename_ids%3Alist=f1""")
-  HTTP/1.1 303 See Other
+  HTTP/1.1 303 ...
   ...
 
 We'll see that reflected in the utility:
@@ -140,7 +140,7 @@
   ... Referer: http://localhost:8081/@@contents.html
   ... 
   ... ids%3Alist=f2&container_delete_button=Delete""")
-  HTTP/1.1 303 See Other
+  HTTP/1.1 303 ...
   ...
 
 all of the objects will go away:



More information about the Checkins mailing list