Skip to content

Commit cbb1499

Browse files
committed
Enabling one more test
1 parent 43e23de commit cbb1499

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

json/object-builder/src/test/java/org/javaee7/json/object/builder/DOMGeneratorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public void testArray() throws JSONException {
7575
JSONAssert.assertEquals("[{\"apple\":\"red\"},{\"banana\":\"yellow\"}]", w.toString(), JSONCompareMode.STRICT);
7676
}
7777

78+
@Test
7879
public void testNestedStructure() throws JSONException {
7980
JsonObject jsonObject = Json.createObjectBuilder()
8081
.add("title", "The Matrix")

0 commit comments

Comments
 (0)