]> source.dussan.org Git - poi.git/commitdiff
Run the TestAllFiles tests as part of Gradle
authorMarius Volkhart <mariusvolkhart@apache.org>
Mon, 15 Mar 2021 17:52:40 +0000 (17:52 +0000)
committerMarius Volkhart <mariusvolkhart@apache.org>
Mon, 15 Mar 2021 17:52:40 +0000 (17:52 +0000)
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

build.gradle

index 8d0823c60a5ef387947d221939d33da2a19a20b7..eb7dff2a87551d1fa5dbcbc7151ec935eaaedb22 100644 (file)
@@ -399,7 +399,6 @@ project('integrationtest') {
 
     test {
         // exclude these from the normal test-run
-        exclude '**/TestAllFiles.class'
         exclude '**/*FileHandler.class'
     }