diff --git a/src/etc/testcases/antunit.xml b/src/etc/testcases/antunit.xml
index 4111848..61c8d27 100644
--- a/src/etc/testcases/antunit.xml
+++ b/src/etc/testcases/antunit.xml
@@ -35,6 +35,12 @@ under the License.
+
+
+
+
+
+
@@ -91,4 +97,4 @@ under the License.
At least one test has failed
-
\ No newline at end of file
+
diff --git a/src/tests/junit/org/apache/ant/antunit/AntUnitTest.java b/src/tests/junit/org/apache/ant/antunit/AntUnitTest.java
index bb0dc9b..f789b04 100644
--- a/src/tests/junit/org/apache/ant/antunit/AntUnitTest.java
+++ b/src/tests/junit/org/apache/ant/antunit/AntUnitTest.java
@@ -68,6 +68,10 @@ public class AntUnitTest extends BuildFileTest {
AntUnit.ERROR_NO_TESTS);
}
+ public void testEmptyTests() {
+ executeTarget("emptyTests");
+ }
+
public void testNonFile() {
expectSpecificBuildException("nonFile",
"URL has been specified",