From: markt Date: Tue, 4 Jan 2011 19:09:06 +0000 (+0000) Subject: Grr. Remove comment markers. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=803b4d447003b2b8fe0e1278378e1b282d823a4a;p=tomcat7.0 Grr. Remove comment markers. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1055141 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/org/apache/tomcat/util/http/TestCookies.java b/test/org/apache/tomcat/util/http/TestCookies.java index cd7b5c5b4..0834d3463 100644 --- a/test/org/apache/tomcat/util/http/TestCookies.java +++ b/test/org/apache/tomcat/util/http/TestCookies.java @@ -102,13 +102,11 @@ public class TestCookies extends TestCase { 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", ""); }