From 012ea03f544c853da54e97e2e3d1a6cafbd25437 Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Fri, 22 Dec 2017 12:16:17 +0100 Subject: [PATCH] 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 --- .../packaging/tests/module_and_plugin_test_cases.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/vagrant/src/test/resources/packaging/tests/module_and_plugin_test_cases.bash b/qa/vagrant/src/test/resources/packaging/tests/module_and_plugin_test_cases.bash index 7b5f3a9962c..767ebf95dd6 100644 --- a/qa/vagrant/src/test/resources/packaging/tests/module_and_plugin_test_cases.bash +++ b/qa/vagrant/src/test/resources/packaging/tests/module_and_plugin_test_cases.bash @@ -206,10 +206,10 @@ fi } @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 # 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" {