This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 808e917 Unit tests need all i18n files on class path
808e917 is described below
commit 808e9173f42596608fecc450978bf58e872218a6
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jun 15 23:20:53 2020 +0100
Unit tests need all i18n files on class path
---
build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml
index 28f5aa3..480b422 100644
--- a/build.xml
+++ b/build.xml
@@ -228,6 +228,7 @@
<path id="tomcat.test.classpath">
<pathelement location="${test.basedir}/webapps/examples/WEB-INF/classes"/>
<pathelement location="${test.classes}"/>
+ <pathelement location="${tomcat.build}/i18n"/>
<pathelement location="${junit.jar}"/>
<pathelement location="${hamcrest.jar}"/>
<pathelement location="${easymock.jar}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]