checkMessageSeverities(FacesMessage.SEVERITY_ERROR, FacesMessage.SEVERITY_ERROR);
}
public void testGroup2AwareValidationWithRoleAdmin()
{
createRequestScopedBean("currentUser", new SimulatedUserInformation("admin"));
createValueBindingForComponent(this.inputComponent1, "#{testBean.model4.property1}");
createValueBindingForComponent(this.inputComponent2, "#{testBean.model4.property2}");
setValueToValidate(this.inputComponent1, "g"); //don't force a violation with Group1
setValueToValidate(this.inputComponent2, "");