From 9e417f2e72f53e18f638deceb533bad0c647359e Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Thu, 7 Jul 2005 18:36:47 +0000 Subject: [PATCH] The tests need JUnit version 3.8 or higher to run. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209629 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.sample | 5 +++-- project.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.properties.sample b/build.properties.sample index e4c8e03..b86e09d 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -30,8 +30,9 @@ servletapi.jar=/java/servletapi/servletapi.jar # # if you want to run the test cases, junit needs to be in the classpath. # the build.xml uses a default value so you might not need to set this property. -# -# junit.jar=../../jakarta-velocity/build/lib/junit-3.7.jar +# Note that version junit 3.8 is required and 3.8.1 recommended. +# +# junit.jar=../../jakarta-velocity/build/lib/junit-3.8.1.jar # Maven properties (for web site build) # Those committers using agents may like to use diff --git a/project.xml b/project.xml index 794ed93..8438d07 100644 --- a/project.xml +++ b/project.xml @@ -178,7 +178,7 @@ junit - 3.7 + 3.8.1