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
This commit is contained in:
@@ -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.
|
# 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.
|
# the build.xml uses a default value so you might not need to set this property.
|
||||||
|
# Note that version junit 3.8 is required and 3.8.1 recommended.
|
||||||
#
|
#
|
||||||
# junit.jar=../../jakarta-velocity/build/lib/junit-3.7.jar
|
# junit.jar=../../jakarta-velocity/build/lib/junit-3.8.1.jar
|
||||||
|
|
||||||
# Maven properties (for web site build)
|
# Maven properties (for web site build)
|
||||||
# Those committers using agents may like to use
|
# Those committers using agents may like to use
|
||||||
|
|||||||
@@ -178,7 +178,7 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<id>junit</id>
|
<id>junit</id>
|
||||||
<version>3.7</version>
|
<version>3.8.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user