From a826113105b51b5ad1ace889328403f5b4187dd7 Mon Sep 17 00:00:00 2001 From: Xavier Hanin Date: Fri, 23 Feb 2007 08:54:15 +0000 Subject: [PATCH] test classes name patterns is now configured in a property, and thus overridable when calling ant (thanks to John Williams) git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@510876 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties | 2 ++ build.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 82e58b0f..c8683791 100644 --- a/build.properties +++ b/build.properties @@ -17,3 +17,5 @@ raw.dxml.doc.file=${doc.src.dir}/ivy-raw-book.xml ivy.minimum.javaversion=1.4 debug.mode=on ivy.install.version=1.4.1 + +test.class.pattern = *Test diff --git a/build.xml b/build.xml index 12c2f351..b7998af8 100644 --- a/build.xml +++ b/build.xml @@ -169,7 +169,7 @@ - + @@ -178,7 +178,7 @@ - +