From edad691d59acabb7c361ab72665ea4afdf77fb01 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 22 Sep 2006 21:11:30 +0000 Subject: [PATCH] disallow mixing of old-style "testcase" property with either of antunit.testcase, junit.testcase, or both. Additionally, allow files simply named test.xml in addition to *-test.xml . git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449091 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index b3678947a..793f8049d 100644 --- a/build.xml +++ b/build.xml @@ -1592,6 +1592,18 @@ + "testcase" cannot be specified with "junit.testcase" or "antunit.testcase". + + + + + + + + + + + @@ -1600,6 +1612,20 @@ + Cannot locate test ${testcase} + + + + + + + + + + + + + @@ -1830,7 +1856,7 @@ if="run.antunit"> + else="**/test.xml,*-test.xml">