From bb205673aa8f0105e36fdf564168753ba0d70dab Mon Sep 17 00:00:00 2001 From: Brian Burch Date: Thu, 23 Oct 2008 09:06:58 +0000 Subject: [PATCH] fix ant build bug: single test case run was executing ALL defined test cases, not just the nominated slick --- build.xml | 65 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 26 deletions(-) diff --git a/build.xml b/build.xml index 6eb2ee68f..a63273ede 100644 --- a/build.xml +++ b/build.xml @@ -47,9 +47,6 @@ - - - - + @@ -436,28 +433,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + + value="file:${lib}/felix.unit.test.properties"/> + value="${test.reports.dir}"/> - + + value="${net.java.sip.communicator.slick.runner.TEST_LIST}"/> + + + + +