mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
96.5% coverage
This commit is contained in:
parent
970e7a45a9
commit
f7b51414b8
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue