From 4519c37a7ec5c1db3f302f042a2b4232e4c632d2 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Fri, 14 May 2010 18:43:19 +0000 Subject: [PATCH] Now that it is not necessary to put junit.jar into $CLASSPATH to run tests, need to make sure -Dtestcase=... works too. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@944382 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index fe9445b36..58825ab4c 100644 --- a/build.xml +++ b/build.xml @@ -1586,7 +1586,7 @@ see ${build.junit.reports} / ${antunit.reports} - + Cannot locate test ${testcase}