label.setMetaData(MetaDataRoleAuthorizationStrategy.ACTION_PERMISSIONS,
new ActionPermissions());
MetaDataRoleAuthorizationStrategy.unauthorize(label, mambo, "johan");
assertFalse(strategy.isActionAuthorized(label, mambo));
tester.processRequestCycle();
tester.destroy();
}
/**
* Test consistency in behavior between authorizing a role for an action and then unauthorizing
* it with {@link #testRemove2()}.