Browse Source

new tests

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274223 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 22 years ago
parent
commit
d4d037c400
1 changed files with 17 additions and 1 deletions
  1. +17
    -1
      src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java

+ 17
- 1
src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java View File

@@ -103,7 +103,23 @@ public class DotnetTest extends BuildFileTest {
*/
public void testCSC() throws Exception {
executeTarget("testCSC");
}
}


/**
* A unit test for JUnit
*/
public void testCSCdll() throws Exception {
executeTarget("testCSCdll");
}

/**
* A unit test for JUnit
*/
public void testCscReferences() throws Exception {
executeTarget("testCscReferences");
}

/**
* A unit test for JUnit
*/


Loading…
Cancel
Save