Author: markt
Date: Tue Sep 30 07:29:38 2014
New Revision: 1628365
URL: http://svn.apache.org/r1628365
Log:
Better name
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieParsing.java
Modified: tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieParsing.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieParsing.java?rev=1628365&r1=1628364&r2=1628365&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieParsing.java
(original)
+++ tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieParsing.java Tue
Sep 30 07:29:38 2014
@@ -49,7 +49,7 @@ public class TestCookieParsing extends T
private static final String[] COOKIES_WITH_QUOTES = new String[] {
"name=\"val\\\"ue\"" };
- private static final String COOKIES_WITH_QUOTES_TRUNC =
"name=\"val\"uee\"";
+ private static final String COOKIES_WITH_QUOTES_MODIFIED =
"name=\"val\"uee\"";
@Test
public void testLegacyWithEquals() throws Exception {
@@ -186,7 +186,7 @@ public class TestCookieParsing extends T
if (preserveHeader) {
expected = concat(COOKIES_WITH_QUOTES);
} else {
- expected = COOKIES_WITH_QUOTES_TRUNC;
+ expected = COOKIES_WITH_QUOTES_MODIFIED;
}
TestCookieParsingClient client = new TestCookieParsingClient(
legacyCookieProcessor, true, COOKIES_WITH_QUOTES, expected);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]