This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new aa5fda8 Unit tests need all i18n files on class path
aa5fda8 is described below
commit aa5fda89d07afc2118be51b85f85a3a0f6f8c225
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 e475f01..9412e4a 100644
--- a/build.xml
+++ b/build.xml
@@ -232,6 +232,7 @@
<path id="tomcat.test.classpath">
<pathelement location="${tomcat.build}/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]