]> source.dussan.org Git - poi.git/commitdiff
Remove the test exclusion for RecordStresser and RecordsStresser from Gradle integrat...
authorMarius Volkhart <mariusvolkhart@apache.org>
Fri, 26 Feb 2021 22:05:16 +0000 (22:05 +0000)
committerMarius Volkhart <mariusvolkhart@apache.org>
Fri, 26 Feb 2021 22:05:16 +0000 (22:05 +0000)
These classes don't exist.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886960 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 4d0091ca733b04256ef3c8a9a9ed181b2a2db4f7..d556b849e0dc34f3a51705924f6b7ef5cc162993 100644 (file)
@@ -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