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:14 UTC

[tomcat] branch master 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 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 <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 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org