From d4d037c400b391bbb826d4e46fdeb61ab6deb26b Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 11 Mar 2003 06:08:11 +0000 Subject: [PATCH] new tests git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274223 13f79535-47bb-0310-9956-ffa450edef68 --- .../ant/taskdefs/optional/DotnetTest.java | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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 */