You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/06/15 22:21:36 UTC

[tomcat] branch 9.0.x updated: Unit tests need all i18n files on class path

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new dd82360  Unit tests need all i18n files on class path
dd82360 is described below

commit dd8236073d500ca056664b8f89997ae36050f918
Author: Mark Thomas <ma...@apache.org>
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 f06cea5..dccfc78 100644
--- a/build.xml
+++ b/build.xml
@@ -231,6 +231,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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org