diff --git a/src/test/java/de/uniba/dsg/bpmnspector/schematron/commonExec/Ext044.java b/src/test/java/de/uniba/dsg/bpmnspector/schematron/commonExec/Ext044.java index 5e9d4de..22faa2e 100644 --- a/src/test/java/de/uniba/dsg/bpmnspector/schematron/commonExec/Ext044.java +++ b/src/test/java/de/uniba/dsg/bpmnspector/schematron/commonExec/Ext044.java @@ -14,8 +14,8 @@ */ public class Ext044 extends TestCase { - private static final String ERR_MSG = "The ItemDefinition of the DataInput of the ServiceTask and the inMessage of " + - "the referenced Operation must be equal."; + private static final String ERR_MSG = "The ItemDefinition of the DataInput of the ServiceTask and the inMessage " + + "itemDefinition of the referenced Operation must be equal."; @Test public void testConstraintFailDifferentItemDefNoStructureRef() throws ValidationException {