mirror of https://github.com/apache/poi.git
Remove the test exclusion for RecordStresser and RecordsStresser from Gradle integration tests
These classes don't exist. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6fe733c92a
commit
a49347e8d0
|
@ -423,13 +423,11 @@ project('integrationtest') {
|
|||
// exclude these from the normal test-run
|
||||
exclude '**/TestAllFiles.class'
|
||||
exclude '**/*FileHandler.class'
|
||||
exclude '**/RecordsStresser.class'
|
||||
}
|
||||
|
||||
task integrationTest(type: Test) {
|
||||
// these are just tests used during development of more test-code
|
||||
exclude '**/*FileHandler.class'
|
||||
exclude '**/RecordStresser.class'
|
||||
}
|
||||
|
||||
japicmp.enabled = false
|
||||
|
|
Loading…
Reference in New Issue