--- a/jdk/test/java/net/CookieHandler/TestHttpCookie.java Wed Jul 18 10:04:45 2012 -0700
+++ b/jdk/test/java/net/CookieHandler/TestHttpCookie.java Wed Jul 18 18:46:17 2012 +0100
@@ -243,10 +243,6 @@
test("set-cookie2: Customer = \"WILE_E_COYOTE\"; Version = \"1\"; Path = \"/acme\"")
.n("Customer").v("WILE_E_COYOTE").ver(1).p("/acme");
- // $NAME is reserved; result should be null
- test("set-cookie2: $Customer = \"WILE_E_COYOTE\"; Version = \"1\"; Path = \"/acme\"")
- .nil();
-
// a 'full' cookie
test("set-cookie2: Customer=\"WILE_E_COYOTE\"" +
";Version=\"1\"" +