mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-15 06:43:32 +00:00
Update Symlink for 6.0
Issue gh-13131
This commit is contained in:
parent
90b37d6d07
commit
71703dc371
@ -1 +1 @@
|
|||||||
spring-security-5.8.xsd
|
spring-security-6.0.xsd
|
@ -150,8 +150,8 @@ public class XsdDocumentedTests {
|
|||||||
.getParentFile()
|
.getParentFile()
|
||||||
.list((dir, name) -> name.endsWith(".xsd"));
|
.list((dir, name) -> name.endsWith(".xsd"));
|
||||||
// @formatter:on
|
// @formatter:on
|
||||||
assertThat(schemas.length).isEqualTo(21)
|
assertThat(schemas.length).isEqualTo(22)
|
||||||
.withFailMessage("the count is equal to 21, if not then schemaDocument needs updating");
|
.withFailMessage("the count is equal to 22, if not then schemaDocument needs updating");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user