[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/Browser/tests - testBrowserRequest.py:1.7 testBrowserCharsets.py:NONE
Fred L. Drake, Jr.
fdrake@acm.org
Fri, 14 Jun 2002 13:34:01 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/Browser/tests
In directory cvs.zope.org:/tmp/cvs-serv32035/Browser/tests
Modified Files:
testBrowserRequest.py
Removed Files:
testBrowserCharsets.py
Log Message:
Move my changes from BrowserCharsets (now obsolete) to HTTPCharsets,
and update affected tests.
Remove the now-obslete BrowserCharsets module and its test.
=== Zope3/lib/python/Zope/Publisher/Browser/tests/testBrowserRequest.py 1.6 => 1.7 ===
"Status: 200 Ok\r\n"
"Content-Length: 7\r\n"
- "Content-Type: text/plain;charset=UTF-8\r\n"
+ "Content-Type: text/plain;charset=utf-8\r\n"
"X-Powered-By: Zope (www.zope.org), Python (www.python.org)\r\n"
"\r\n"
"u'5', 6")
=== Removed File Zope3/lib/python/Zope/Publisher/Browser/tests/testBrowserCharsets.py ===