Tests: Fix ingest-attachment vagrant tests
The vagrant tests are checking for a certain jar version. Relates #20710
This commit is contained in:
parent
c414faf2fb
commit
2e447479c0
|
@ -222,10 +222,10 @@ fi
|
|||
}
|
||||
|
||||
@test "[$GROUP] install ingest-attachment plugin" {
|
||||
# we specify the version on the poi-3.15-beta1.jar so that the test does
|
||||
# we specify the version on the poi-3.15.jar so that the test does
|
||||
# not spuriously pass if the jar is missing but the other poi jars
|
||||
# are present
|
||||
install_and_check_plugin ingest attachment bcprov-jdk15on-*.jar tika-core-*.jar pdfbox-*.jar poi-3.15-beta1.jar poi-ooxml-3.15-beta1.jar poi-ooxml-schemas-*.jar poi-scratchpad-*.jar
|
||||
install_and_check_plugin ingest attachment bcprov-jdk15on-*.jar tika-core-*.jar pdfbox-*.jar poi-3.15.jar poi-ooxml-3.15.jar poi-ooxml-schemas-*.jar poi-scratchpad-*.jar
|
||||
}
|
||||
|
||||
@test "[$GROUP] install ingest-geoip plugin" {
|
||||
|
|
Loading…
Reference in New Issue