We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b8e0b commit faccc59Copy full SHA for faccc59
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
@@ -316,6 +320,10 @@ fi
316
320
remove_plugin analysis-kuromoji
317
321
318
322
323
+@test "[$GROUP] remove nori plugin" {
324
+ remove_plugin analysis-nori
325
326
319
327
@test "[$GROUP] remove phonetic plugin" {
328
remove_plugin analysis-phonetic
329
0 commit comments