From cc7cd1caf32e631fc89d8cbd6570f9f57fbed826 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Sun, 10 Jan 2021 13:34:04 +0000 Subject: [PATCH] ignore inner classes in junitlauncher run git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885334 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.xml b/build.xml index f2d71a1cef..e689a57745 100644 --- a/build.xml +++ b/build.xml @@ -1314,6 +1314,7 @@ under the License. module1="ooxml" module2="scratchpad" outputDir="${ooxml.reports.test}"> + @@ -1548,6 +1549,7 @@ under the License. modulepath-ref="test-main.modules" module1="poi" outputDir="${main.reports.test}"> + @@ -1604,6 +1606,7 @@ under the License. modulepath-ref="test-scratchpad.modules" module1="scratchpad" outputDir="${scratchpad.reports.test}"> + @@ -1633,6 +1636,7 @@ under the License. modulepath-ref="@{modulepath-ref}" module1="ooxml" module2="scratchpad" outputDir="${ooxml.reports.test}"> + @@ -1696,6 +1700,7 @@ under the License. modulepath-ref="test-integration.modules" module1="stress" outputDir="${integration.reports.test}"> + @@ -1849,6 +1854,7 @@ under the License. modulepath-ref="test-excelant.modules" module1="excelant" outputDir="${excelant.reports.test}"> +