Skip to content

Commit

Permalink
update expected message
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgeiger committed Oct 6, 2015
1 parent 37c2812 commit 7cc8665
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7cc8665

Please sign in to comment.