diff --git a/src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java b/src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java index 3a739d8c8..af5b76274 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java @@ -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 */