mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-02-04 04:29:37 +00:00
SEC-1023: Fix broken test.
This commit is contained in:
parent
1c3b576d91
commit
d601301de6
@ -51,6 +51,6 @@ public class AclPermissionEvaluatorTests {
|
||||
will(returnValue(true));
|
||||
}});
|
||||
|
||||
assertTrue(pe.hasPermission(user, new Object(), "read"));
|
||||
assertTrue(pe.hasPermission(user, new Object(), "READ"));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user