mirror of https://github.com/apache/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
This commit is contained in:
parent
9078e982c3
commit
08a88d6a68
|
@ -399,7 +399,6 @@ project('integrationtest') {
|
|||
|
||||
test {
|
||||
// exclude these from the normal test-run
|
||||
exclude '**/TestAllFiles.class'
|
||||
exclude '**/*FileHandler.class'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue