mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 02:35:33 +08:00
96.5% coverage
This commit is contained in:
@@ -60,8 +60,7 @@ public class CookieListTest {
|
||||
"{\"path\":\"/\","+
|
||||
"\"expires\":\"Wed, 19-Mar-2014 17:53:53 GMT\","+
|
||||
"\"domain\":\".yahoo.com\","+
|
||||
"\"name\":\"PH\","+
|
||||
"\"value\":\"deleted\"}";
|
||||
"\"PH\":\"deleted\"}";
|
||||
JSONObject jsonObject = CookieList.toJSONObject(cookieStr);
|
||||
JSONObject expectedJsonObject = new JSONObject(expectedCookieStr);
|
||||
Util.compareActualVsExpectedJsonObjects(jsonObject,expectedJsonObject);
|
||||
|
Reference in New Issue
Block a user