From: Marius Volkhart Date: Mon, 15 Mar 2021 17:52:40 +0000 (+0000) Subject: Run the TestAllFiles tests as part of Gradle X-Git-Tag: REL_5_1_0~307 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=08a88d6a6843eb15ce1c78d46285b29fb06c8a42;p=poi.git Run the TestAllFiles tests as part of Gradle I accidentally excluded these in r1887643. They should not be excluded. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887681 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index 8d0823c60a..eb7dff2a87 100644 --- a/build.gradle +++ b/build.gradle @@ -399,7 +399,6 @@ project('integrationtest') { test { // exclude these from the normal test-run - exclude '**/TestAllFiles.class' exclude '**/*FileHandler.class' }