Author: markt
Date: Tue Jan 4 19:09:06 2011
New Revision: 1055141
URL: http://svn.apache.org/viewvc?rev=1055141&view=rev
Log:
Grr. Remove comment markers.
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookies.java
Modified: tomcat/trunk/test/org/apache/tomcat/util/http/TestCookies.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/TestCookies.java?rev=1055141&r1=1055140&r2=1055141&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/http/TestCookies.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/util/http/TestCookies.java Tue Jan 4
19:09:06 2011
@@ -102,13 +102,11 @@ public class TestCookies extends TestCas
public void testNameOnlyCookies() throws Exception {
// Bug 49000
- /*
test("fred=1; jim=2; bob", "fred", "1", "jim", "2", "bob", "");
test("fred=1; jim=2; bob; george=3", "fred", "1", "jim", "2", "bob",
"",
"george", "3");
test("fred=1; jim=2; bob=; george=3", "fred", "1", "jim", "2",
"bob", "", "george", "3");
- */
test("fred=1; jim=2; bob=", "fred", "1", "jim", "2", "bob", "");
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]