From 2e447479c0ff9b35e2a1f5646e2a09e14ae3aad8 Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Mon, 10 Oct 2016 14:54:35 +0200 Subject: [PATCH] Tests: Fix ingest-attachment vagrant tests The vagrant tests are checking for a certain jar version. Relates #20710 --- .../packaging/scripts/module_and_plugin_test_cases.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/vagrant/src/test/resources/packaging/scripts/module_and_plugin_test_cases.bash b/qa/vagrant/src/test/resources/packaging/scripts/module_and_plugin_test_cases.bash index b5a494fd084..d5dc095e70f 100644 --- a/qa/vagrant/src/test/resources/packaging/scripts/module_and_plugin_test_cases.bash +++ b/qa/vagrant/src/test/resources/packaging/scripts/module_and_plugin_test_cases.bash @@ -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" {