[Zope-Checkins]
SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/
Content-Type header now contains a charset.
Stefan H. Holek
stefan at epy.co.at
Wed Dec 21 10:45:07 EST 2005
Log message for revision 40959:
Content-Type header now contains a charset.
Changed:
U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt
U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/testFunctionalDocTest.py
-=-
Modified: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt
===================================================================
--- Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt 2005-12-21 15:33:11 UTC (rev 40958)
+++ Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt 2005-12-21 15:45:06 UTC (rev 40959)
@@ -82,7 +82,7 @@
... """, handle_errors=False)
HTTP/1.1 200 OK
Content-Length: 5
- Content-Type: text/plain
+ Content-Type: text/plain; charset=...
<BLANKLINE>
index
@@ -93,7 +93,7 @@
... """, handle_errors=False)
HTTP/1.1 200 OK
Content-Length: 1
- Content-Type: text/plain
+ Content-Type: text/plain; charset=...
<BLANKLINE>
1
@@ -104,7 +104,7 @@
... """, handle_errors=False)
HTTP/1.1 200 OK
Content-Length: 1
- Content-Type: text/plain
+ Content-Type: text/plain; charset=...
<BLANKLINE>
3
@@ -174,7 +174,7 @@
... """, handle_errors=False)
HTTP/1.1 200 OK
Content-Length: 23
- Content-Type: text/plain
+ Content-Type: text/plain; charset=...
<BLANKLINE>
foo: bar
baz: oki doki
Modified: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/testFunctionalDocTest.py
===================================================================
--- Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/testFunctionalDocTest.py 2005-12-21 15:33:11 UTC (rev 40958)
+++ Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/testFunctionalDocTest.py 2005-12-21 15:45:06 UTC (rev 40959)
@@ -35,7 +35,7 @@
... """)
HTTP/1.1 200 OK
Content-Length: 5
- Content-Type: text/plain
+ Content-Type: text/plain; charset=...
<BLANKLINE>
index
'''
More information about the Zope-Checkins
mailing list