[Test] Add analysis-nori plugin to the vagrant tests

relates #30397
This commit is contained in:
Jim Ferenczi 2018-05-04 22:46:04 +02:00
parent ec187ed3be
commit 6a65b3b874

View File

@ -188,6 +188,10 @@ fi
install_and_check_plugin analysis kuromoji
}
@test "[$GROUP] install nori plugin" {
install_and_check_plugin analysis nori
}
@test "[$GROUP] install phonetic plugin" {
install_and_check_plugin analysis phonetic commons-codec-*.jar
}
@ -320,6 +324,10 @@ fi
remove_plugin analysis-kuromoji
}
@test "[$GROUP] remove nori plugin" {
remove_plugin analysis-nori
}
@test "[$GROUP] remove phonetic plugin" {
remove_plugin analysis-phonetic
}