Add spring-security.xsd symlink

Closes gh-13131
This commit is contained in:
Josh Cummings
2023-05-19 16:53:32 -06:00
parent b6f3cb71e6
commit 1eefd433b6
3 changed files with 14 additions and 4 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");
}
/**