jdk/test/java/net/CookieHandler/TestHttpCookie.java
changeset 13259 f8aa59b3988e
parent 10352 edde66d3118f
child 14342 8435a30053c1
--- 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\"" +