Skip to content

Commit 6a65b3b

Browse files
committed
[Test] Add analysis-nori plugin to the vagrant tests
relates #30397
1 parent ec187ed commit 6a65b3b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

qa/vagrant/src/test/resources/packaging/tests/module_and_plugin_test_cases.bash

+8
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ fi
188188
install_and_check_plugin analysis kuromoji
189189
}
190190

191+
@test "[$GROUP] install nori plugin" {
192+
install_and_check_plugin analysis nori
193+
}
194+
191195
@test "[$GROUP] install phonetic plugin" {
192196
install_and_check_plugin analysis phonetic commons-codec-*.jar
193197
}
@@ -320,6 +324,10 @@ fi
320324
remove_plugin analysis-kuromoji
321325
}
322326

327+
@test "[$GROUP] remove nori plugin" {
328+
remove_plugin analysis-nori
329+
}
330+
323331
@test "[$GROUP] remove phonetic plugin" {
324332
remove_plugin analysis-phonetic
325333
}

0 commit comments

Comments
 (0)