SEC-1023: Fix broken test.
This commit is contained in:
@@ -51,6 +51,6 @@ public class AclPermissionEvaluatorTests {
|
|||||||
will(returnValue(true));
|
will(returnValue(true));
|
||||||
}});
|
}});
|
||||||
|
|
||||||
assertTrue(pe.hasPermission(user, new Object(), "read"));
|
assertTrue(pe.hasPermission(user, new Object(), "READ"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user