Home
last modified time | relevance | path

Searched refs:getCommentURL (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DHttpCookieTest.java338 assertNull(cookie.getCommentURL()); in test_Get_SetCommentURL()
341 assertEquals("http://www.test.com", cookie.getCommentURL()); in test_Get_SetCommentURL()
345 assertEquals("schema://harmony.test.org", cookie.getCommentURL()); in test_Get_SetCommentURL()
655 assertNull(cookie.getCommentURL()); in test_Parse()
678 assertEquals("http://harmonytest.org", cookie.getCommentURL()); in test_Parse()
690 assertEquals("vers\nion1-cookie-url", cookie.getCommentURL()); in test_Parse()
717 assertEquals("(la,la)", cookie.getCommentURL()); in test_Parse()
841 assertEquals("(la,la)", cookie.getCommentURL()); in test_Parse()
846 assertEquals("(la,la)", cookie.getCommentURL()); in test_Parse()
/libcore/ojluni/src/main/java/java/net/
DHttpCookie.java326 public String getCommentURL() { in getCommentURL() method in HttpCookie
927 if (cookie.getCommentURL() == null)
/libcore/luni/src/test/java/libcore/java/net/
DAbstractCookiesTest.java110 assertEquals(null, cookie.getCommentURL()); in testNetscapeResponse()
140 assertEquals(null, cookie.getCommentURL()); in testRfc2109Response()
173 assertEquals("http://google.com/", cookie.getCommentURL()); in testRfc2965Response()
208 assertEquals("http://google.com/", cookie.getCommentURL()); in testQuotedAttributeValues()