We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec187ed commit 6a65b3bCopy full SHA for 6a65b3b
qa/vagrant/src/test/resources/packaging/tests/module_and_plugin_test_cases.bash
@@ -188,6 +188,10 @@ fi
188
install_and_check_plugin analysis kuromoji
189
}
190
191
+@test "[$GROUP] install nori plugin" {
192
+ install_and_check_plugin analysis nori
193
+}
194
+
195
@test "[$GROUP] install phonetic plugin" {
196
install_and_check_plugin analysis phonetic commons-codec-*.jar
197
@@ -320,6 +324,10 @@ fi
320
324
remove_plugin analysis-kuromoji
321
325
322
326
327
+@test "[$GROUP] remove nori plugin" {
328
+ remove_plugin analysis-nori
329
330
323
331
@test "[$GROUP] remove phonetic plugin" {
332
remove_plugin analysis-phonetic
333
0 commit comments