Skip to content

Instantly share code, notes, and snippets.

@vietj
Created May 27, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vietj/a1a7e58ddcfded06dd6c to your computer and use it in GitHub Desktop.
Save vietj/a1a7e58ddcfded06dd6c to your computer and use it in GitHub Desktop.
Failed tests:
JsonObjectTest.testEncode:1079 expected:<...ull":null,"myobj":{"[foo":"bar"},"myarr":["foo",123]]}> but was:<...ull":null,"myobj":{"[map":{"foo":"bar"},"empty":false},"myarr":{"list":["foo",123],"empty":false}]}>
JsonObjectTest.testEncodePrettily:1138 expected:<{[
"mystr" : "foo",
"myint" : 123,
"mylong" : 1234,
"myfloat" : 1.23,
"mydouble" : 2.34,
"myboolean" : true,
"mybinary" : "0IC4xVwB0bJGaQ==",
"myobj" : {
"foo" : "bar"
},
"myarr" : [ "foo", 123 ]
]}> but was:<{["mystr":"foo","myint":123,"mylong":1234,"myfloat":1.23,"mydouble":2.34,"myboolean":true,"mybinary":"0IC4xVwB0bJGaQ==","myobj":{"map":{"foo":"bar"},"empty":false},"myarr":{"list":["foo",123],"empty":false}]}>
Tests in error:
JsonObjectTest.testCommentsInJson:1158 » Decode Failed to decode:Unexpected ch...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment