[Checkins] SVN: zope.testbrowser/trunk/src/zope/testbrowser/tests.py Un-fixup test; case variations are handled by the RENormalizer.

Stefan H. Holek stefan at epy.co.at
Fri Dec 26 06:12:33 EST 2008


Log message for revision 94343:
  Un-fixup test; case variations are handled by the RENormalizer.

Changed:
  U   zope.testbrowser/trunk/src/zope/testbrowser/tests.py

-=-
Modified: zope.testbrowser/trunk/src/zope/testbrowser/tests.py
===================================================================
--- zope.testbrowser/trunk/src/zope/testbrowser/tests.py	2008-12-26 11:10:34 UTC (rev 94342)
+++ zope.testbrowser/trunk/src/zope/testbrowser/tests.py	2008-12-26 11:12:33 UTC (rev 94343)
@@ -205,7 +205,7 @@
     User-agent: Python-urllib/2.4
     <BLANKLINE>
     -----------------------------100167997466992641913031254
-    Content-Disposition: form-data; name="submit_me"
+    Content-disposition: form-data; name="submit_me"
     <BLANKLINE>
     BAD
     -----------------------------100167997466992641913031254--
@@ -236,7 +236,7 @@
     User-agent: Python-urllib/2.4
     <BLANKLINE>
     -----------------------------100167997466992641913031254
-    Content-Disposition: form-data; name="submit_me"
+    Content-disposition: form-data; name="submit_me"
     <BLANKLINE>
      BAD 
     -----------------------------100167997466992641913031254--
@@ -274,7 +274,7 @@
     User-agent: Python-urllib/2.99
     <BLANKLINE>
     --127.0.0.11000318041146699896411
-    Content-Disposition: form-data; name="foo"; filename="x.foo"
+    Content-disposition: form-data; name="foo"; filename="x.foo"
     Content-type: text/foo
     <BLANKLINE>
     sample_data
@@ -295,7 +295,7 @@
     User-agent: Python-urllib/2.98
     <BLANKLINE>
     --127.0.0.11000318541146700017052
-    Content-Disposition: form-data; name="foo"; filename="x.blah"
+    Content-disposition: form-data; name="foo"; filename="x.blah"
     Content-type: text/blah
     <BLANKLINE>
     blah blah blah



More information about the Checkins mailing list