Add 5.8 Support

This commit is contained in:
Josh Cummings
2022-05-02 17:01:41 -06:00
parent 1f43733749
commit 4ebd37ae77
6 changed files with 5092 additions and 5 deletions

View File

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