Skip to content

Commit

Permalink
16.03.2018
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Niemitz <[email protected]>
  • Loading branch information
RalleYTN committed Mar 16, 2018
1 parent 1770ca8 commit 31e0649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private static final void checkParsedObject(JSONObject object) {
assertEquals("Hello World", data.get(0));
assertTrue(data.get(1) instanceof JSONObject);
assertEquals((Integer)999, data.getInteger(3));
assertEquals("ÄÖÜäöüß", data.get(4));
assertEquals("ÄÖÜäöüß", data.get(4));
}

private static final void checkConstructorWithReader(String json) {
Expand Down

0 comments on commit 31e0649

Please sign in to comment.