Skip to content

Commit

Permalink
Fixing TestModelWebServiceNegative
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Apr 7, 2015
1 parent 0f483b7 commit 6661b4b
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -74,6 +74,7 @@
import com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultMessage;
import com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType;
import com.evolveum.midpoint.xml.ns._public.common.fault_3.IllegalArgumentFaultType;
import com.evolveum.midpoint.xml.ns._public.common.fault_3.SchemaViolationFaultType;
import com.evolveum.midpoint.xml.ns._public.common.fault_3.SystemFaultType;
import com.evolveum.prism.xml.ns._public.types_3.ChangeTypeType;
import com.evolveum.prism.xml.ns._public.types_3.ItemDeltaType;
Expand Down Expand Up @@ -172,7 +173,7 @@ public void test200ModifyAccountWrongExplicitType() throws Exception {
deltaList.getDelta().add(objectChange);

// WHEN, THEN
assertExecuteChangesFailure(deltaList, null, SystemFaultType.class, "The value of type", "cannot be applied to attribute");
assertExecuteChangesFailure(deltaList, null, SchemaViolationFaultType.class, "The value of type", "cannot be applied to attribute");
}


Expand Down

0 comments on commit 6661b4b

Please sign in to comment.