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

Commit 9ca7d0c2 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 24460 into eclair

* changes:
  The empty path and no path mean default path. So "a=d" should replace "a=c".
parents b33f92dd d0990d4a
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"));
    }
}