git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274223 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -103,7 +103,23 @@ public class DotnetTest extends BuildFileTest { | |||||
| */ | */ | ||||
| public void testCSC() throws Exception { | public void testCSC() throws Exception { | ||||
| executeTarget("testCSC"); | 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 | * A unit test for JUnit | ||||
| */ | */ | ||||