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
This commit is contained in:
Marius Volkhart 2021-03-15 17:52:40 +00:00
parent 9078e982c3
commit 08a88d6a68
1 changed files with 0 additions and 1 deletions

View File

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