Skip to content

Commit 493b6a9

Browse files
committed
adding test case to debug perf issue
1 parent a6b04df commit 493b6a9

File tree

2 files changed

+886
-0
lines changed

2 files changed

+886
-0
lines changed

src/test/java/com/networknt/schema/JsonSchemaTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ public void testFormatValidator() throws Exception {
124124
runTestFile("tests/optional/format.json");
125125
}
126126

127+
@Test
128+
public void testComplexSchema() throws Exception {
129+
runTestFile("tests/optional/complex.json");
130+
}
131+
127132
@Test
128133
public void testZeroTerminatedFloatsValidator() throws Exception {
129134
runTestFile("tests/optional/zeroTerminatedFloats.json");

0 commit comments

Comments
 (0)