Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0990d4a authored by Grace Kloba's avatar Grace Kloba
Browse files

The empty path and no path mean default path. So "a=d" should replace "a=c".

parent 16b72bbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,6 +188,6 @@ public class CookieTest extends AndroidTestCase {

        mCookieManager.setCookie(url, "a=d");
        cookie = mCookieManager.getCookie(url + "/wee");
        assertTrue(cookie.equals("a=b; a=c; a=d"));
        assertTrue(cookie.equals("a=b; a=d"));
    }
}