Fix move to 4.0

This commit is contained in:
Rob Winch
2014-03-05 16:52:19 -06:00
parent 6be4e3a9fc
commit 6dfdb10e31
5 changed files with 139 additions and 127 deletions

View File

@@ -120,7 +120,7 @@ public class SpringSecurityCoreVersionTests {
public void noWarnIfSpringVersionLarger() throws Exception {
spy(SpringSecurityCoreVersion.class);
spy(SpringVersion.class);
when(SpringSecurityCoreVersion.getVersion()).thenReturn("3.2.0.RELEASE");
when(SpringSecurityCoreVersion.getVersion()).thenReturn("4.0.0.RELEASE");
when(SpringVersion.getVersion()).thenReturn("4.0.0.RELEASE");
performChecks();