This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 2382bf5 Unit tests need all i18n files on class path
2382bf5 is described below
commit 2382bf5fa06ee2d6e46c0f7651f3220389822d16
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 6303917..b77c03f 100644
--- a/build.xml
+++ b/build.xml
@@ -235,6 +235,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]