Merge pull request #13856 from brwe/vagrant-lang-groovy

add lang-groovy to plugin vagrant test
This commit is contained in:
Britta Weber 2015-09-29 18:50:12 +02:00
commit 6bfc9eb1d2
1 changed files with 8 additions and 0 deletions

View File

@ -195,6 +195,10 @@ fi
install_and_check_plugin lang expression
}
@test "[$GROUP] install lang-groovy plugin" {
install_and_check_plugin lang groovy
}
@test "[$GROUP] install javascript plugin" {
install_and_check_plugin lang javascript rhino-*.jar
}
@ -295,6 +299,10 @@ fi
remove_plugin lang-expression
}
@test "[$GROUP] remove lang-groovy plugin" {
remove_plugin lang-groovy
}
@test "[$GROUP] remove javascript plugin" {
remove_plugin lang-javascript
}