Browse Source

Mono's wsdl.exe uses a different return code (2) than Microsoft's

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276730 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
0f6f477310
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/testcases/org/apache/tools/ant/taskdefs/optional/WsdlToDotnetTest.java

+ 2
- 2
src/testcases/org/apache/tools/ant/taskdefs/optional/WsdlToDotnetTest.java View File

@@ -132,7 +132,7 @@ public class WsdlToDotnetTest extends BuildFileTest {
public void testInvalidExtraOps() throws Exception {
expectBuildExceptionContaining("testInvalidExtraOps",
"expected failure",
"WSDL returned: 1");
"WSDL returned:");
}

/**
@@ -153,7 +153,7 @@ public class WsdlToDotnetTest extends BuildFileTest {
public void testInvalidExtraOpsVB() throws Exception {
expectBuildExceptionContaining("testInvalidExtraOpsVB",
"expected failure",
"WSDL returned: 1");
"WSDL returned:");
}
}


Loading…
Cancel
Save