Browse Source

.NET tests need .NET apps

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274227 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
783efcbef7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      build.xml

+ 2
- 0
build.xml View File

@@ -1612,6 +1612,8 @@
<!-- misc oneoff tests --> <!-- misc oneoff tests -->
<exclude name="${optional.package}/WsdlToDotnetTest.java" <exclude name="${optional.package}/WsdlToDotnetTest.java"
unless="dotnetapps.found"/> unless="dotnetapps.found"/>
<exclude name="${optional.package}/DotnetTest.java"
unless="dotnetapps.found"/>


<!-- These tests only passes if testcases and Ant classes have <!-- These tests only passes if testcases and Ant classes have
been loaded by the same classloader - will throw been loaded by the same classloader - will throw


Loading…
Cancel
Save