1
0
mirror of synced 2026-05-22 21:33:16 +00:00

SEC-1023: Fix broken test.

This commit is contained in:
Luke Taylor
2008-11-05 04:14:29 +00:00
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"));
}
}