[Checkins] SVN: zope.app.file/trunk/src/zope/app/file/browser/file.txt Fix caching issue.

Roger Ineichen roger at projekt01.ch
Sat Jun 2 22:55:08 EDT 2007


Log message for revision 76189:
  Fix caching issue. 
  Adjust tests

Changed:
  U   zope.app.file/trunk/src/zope/app/file/browser/file.txt

-=-
Modified: zope.app.file/trunk/src/zope/app/file/browser/file.txt
===================================================================
--- zope.app.file/trunk/src/zope/app/file/browser/file.txt	2007-06-03 02:54:16 UTC (rev 76188)
+++ zope.app.file/trunk/src/zope/app/file/browser/file.txt	2007-06-03 02:55:07 UTC (rev 76189)
@@ -211,7 +211,6 @@
   >>> print http(r"""
   ... POST /sample.txt/edit.html HTTP/1.1
   ... Authorization: Basic mgr:mgrpw
-  ... Content-Length: ...
   ... Content-Type: multipart/form-data; boundary=---------------------------165727764114325486311042046845
   ...
   ... -----------------------------165727764114325486311042046845
@@ -285,7 +284,6 @@
   >>> print http("""
   ... POST /sample.txt/edit.html HTTP/1.1
   ... Authorization: Basic mgr:mgrpw
-  ... Content-Length: ...
   ... Content-Type: multipart/form-data; boundary=---------------------------165727764114325486311042046845
   ...
   ... -----------------------------165727764114325486311042046845
@@ -359,7 +357,6 @@
   >>> print http("""
   ... POST /sample.txt/edit.html HTTP/1.1
   ... Authorization: Basic mgr:mgrpw
-  ... Content-Length: ...
   ... Content-Type: multipart/form-data; boundary=---------------------------165727764114325486311042046845
   ...
   ... -----------------------------165727764114325486311042046845
@@ -436,7 +433,6 @@
   >>> print http("""
   ... POST /sample.txt/edit.html HTTP/1.1
   ... Authorization: Basic mgr:mgrpw
-  ... Content-Length: ...
   ... Content-Type: multipart/form-data; boundary=---------------------------165727764114325486311042046845
   ...
   ... -----------------------------165727764114325486311042046845
@@ -490,7 +486,6 @@
   >>> print http("""
   ... POST /sample.txt/edit.html HTTP/1.1
   ... Authorization: Basic mgr:mgrpw
-  ... Content-Length: ...
   ... Content-Type: multipart/form-data; boundary=---------------------------165727764114325486311042046845
   ...
   ... -----------------------------165727764114325486311042046845



More information about the Checkins mailing list