From 803b4d447003b2b8fe0e1278378e1b282d823a4a Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 4 Jan 2011 19:09:06 +0000 Subject: [PATCH] Grr. Remove comment markers. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1055141 13f79535-47bb-0310-9956-ffa450edef68 --- test/org/apache/tomcat/util/http/TestCookies.java | 2 -- 1 file changed, 2 deletions(-) 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", ""); } -- 2.11.0