stevel 2003/03/10 22:08:11
Modified: src/testcases/org/apache/tools/ant/taskdefs/optional DotnetTest.java Log: new tests Revision Changes Path 1.2 +17 -1 ant/src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java Index: DotnetTest.java =================================================================== RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- DotnetTest.java 10 Mar 2003 08:03:34 -0000 1.1 +++ DotnetTest.java 11 Mar 2003 06:08:11 -0000 1.2 @@ -103,7 +103,23 @@ */ 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 */