Sfoglia il codice sorgente

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

relates #30397
Jim Ferenczi 7 anni fa
parent
commit
6a65b3b874

+ 8 - 0
qa/vagrant/src/test/resources/packaging/tests/module_and_plugin_test_cases.bash

@@ -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
 }