Add 5.7 Schema

This commit is contained in:
Josh Cummings
2022-05-02 17:02:36 -06:00
parent c6038b1ea3
commit 397ccbc1c8
4 changed files with 5089 additions and 2 deletions

View File

@@ -150,8 +150,8 @@ public class XsdDocumentedTests {
.getParentFile()
.list((dir, name) -> name.endsWith(".xsd"));
// @formatter:on
assertThat(schemas.length).isEqualTo(19)
.withFailMessage("the count is equal to 19, if not then schemaDocument needs updating");
assertThat(schemas.length).isEqualTo(20)
.withFailMessage("the count is equal to 20, if not then schemaDocument needs updating");
}
/**