Procházet zdrojové kódy

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
tags/REL_5_1_0
Marius Volkhart před 3 roky
rodič
revize
a49347e8d0
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0
    2
      build.gradle

+ 0
- 2
build.gradle Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit