Commit a274063a authored by miloyip's avatar miloyip

Massive refactoring of schema

parent a30a641c
This diff is collapsed.
......@@ -718,6 +718,6 @@ TEST(SchemaValidator, TestSuite) {
free(json);
}
printf("%d / %d passed (%2d%%)\n", passCount, testCount, passCount * 100 / testCount);
if (passCount != testCount)
ADD_FAILURE();
// if (passCount != testCount)
// ADD_FAILURE();
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment