]> source.dussan.org Git - poi.git/commitdiff
Bug 63029: fixed failing test in test-ooxml-lite
authoryegor <yegor@unknown>
Wed, 13 Feb 2019 18:37:20 +0000 (18:37 +0000)
committeryegor <yegor@unknown>
Wed, 13 Feb 2019 18:37:20 +0000 (18:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1853523 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 731f10ca527a714ea0a600083a78bb87f8df0fe6..58edc4ef548c75278c1474544bad8a1e7a537290 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -409,6 +409,7 @@ under the License.
         <path refid="main.classpath"/>
         <pathelement location="${main.output.dir}"/>
         <pathelement location="${ooxml.security.jar}"/>
+        <pathelement location="${ooxml.test.guava.jar}"/>
         <!-- classes are omitted on test cases outside the xml-dsign area to avoid classpath poisioning -->
         <!--path refid="ooxml.xmlsec.classpath"/-->
         <!-- Used only for ExtractorFactory, see #57963 -->