Fix lang-painless packaging test

This commit fixes a failing lang-painless packaging test after a change
to the dependencies was made in commit
0bfb166eeba0ba8f292550cb9100708c88e4a4c9.
This commit is contained in:
Jason Tedor 2016-06-13 10:35:10 -04:00
parent 8287e13616
commit 30b8a51eb9

View File

@ -248,10 +248,7 @@ fi
}
@test "[$GROUP] check lang-painless module" {
# we specify the version on the asm-5.0.4.jar so that the test does
# not spuriously pass if the jar is missing but the other asm jars
# are present
check_secure_module lang-painless antlr4-runtime-*.jar asm-5.0.4.jar asm-commons-*.jar asm-tree-*.jar
check_secure_module lang-painless antlr4-runtime-*.jar asm-debug-all-*.jar
}
@test "[$GROUP] install javascript plugin" {