rlubke 02/05/17 06:34:53
Modified: src/conf servlet-gtest.xml
Log:
Reverted charset change for GetCharacterEncodingTest that mistakenly made
it into the repository.
Revision Changes Path
1.42 +1 -1 jakarta-watchdog-4.0/src/conf/servlet-gtest.xml
Index: servlet-gtest.xml
===================================================================
RCS file: /home/cvs/jakarta-watchdog-4.0/src/conf/servlet-gtest.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- servlet-gtest.xml 6 May 2002 17:44:40 -0000 1.41
+++ servlet-gtest.xml 17 May 2002 13:34:52 -0000 1.42
@@ -779,7 +779,7 @@
<watchdog request="GET
/servlet-tests/ServletRequestGetCharacterEncodingTest HTTP/1.0"
testName="ServletRequestGetCharacterEncodingTest" debug="0"
host="${host}" port="${port}" exactMatch="true"
- requestHeaders="Content-Type:text/plain; charset=UTF-8"
+ requestHeaders="Content-Type:text/plain; charset=ISO-8859-1"
goldenFile="${wgdir}/javax_servlet/ServletRequest/ServletRequestGetCharacterEncodingTest.html"
assertion="Returns the name of the character encoding used in the body
of this request encoding, specified in the Java Servlet Pages Specification v2.3, Sec
14"
testStrategy="Servlet verifies is receives the default encoding of
IS0-8858-1 method"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>