Skip to content

Commit faccc59

Browse files
committed
[Test] Add analysis-nori plugin to the vagrant tests
relates #30397
1 parent 61b8e0b commit faccc59

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
}
@@ -316,6 +320,10 @@ fi
316320
remove_plugin analysis-kuromoji
317321
}
318322

323+
@test "[$GROUP] remove nori plugin" {
324+
remove_plugin analysis-nori
325+
}
326+
319327
@test "[$GROUP] remove phonetic plugin" {
320328
remove_plugin analysis-phonetic
321329
}

0 commit comments

Comments
 (0)