Tests: Fix packaging tests after attachment plugin upgrade (#27959)

The tests explicitely check for the version of some java dependencies
and thus needed to be fixed.

Relates #27824

Closes #27916
This commit is contained in:
Alexander Reelsen 2017-12-22 12:16:17 +01:00 committed by GitHub
parent 098f82f086
commit 012ea03f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -206,10 +206,10 @@ fi
} }
@test "[$GROUP] install ingest-attachment plugin" { @test "[$GROUP] install ingest-attachment plugin" {
# we specify the version on the poi-3.16.jar so that the test does # we specify the version on the poi-3.17.jar so that the test does
# not spuriously pass if the jar is missing but the other poi jars # not spuriously pass if the jar is missing but the other poi jars
# are present # are present
install_and_check_plugin ingest attachment bcprov-jdk15on-*.jar tika-core-*.jar pdfbox-*.jar poi-3.16.jar poi-ooxml-3.16.jar poi-ooxml-schemas-*.jar poi-scratchpad-*.jar install_and_check_plugin ingest attachment bcprov-jdk15on-*.jar tika-core-*.jar pdfbox-*.jar poi-3.17.jar poi-ooxml-3.17.jar poi-ooxml-schemas-*.jar poi-scratchpad-*.jar
} }
@test "[$GROUP] install ingest-geoip plugin" { @test "[$GROUP] install ingest-geoip plugin" {