From 08a88d6a6843eb15ce1c78d46285b29fb06c8a42 Mon Sep 17 00:00:00 2001 From: Marius Volkhart Date: Mon, 15 Mar 2021 17:52:40 +0000 Subject: [PATCH] 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 --- build.gradle | 1 - 1 file changed, 1 deletion(-) 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' }