[Groonga-commit] groonga/groonga at 72c42b3 [master] test: set synonyms file path in test

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Wed Jun 1 15:15:22 JST 2016


Kouhei Sutou	2016-06-01 15:15:22 +0900 (Wed, 01 Jun 2016)

  New Revision: 72c42b37d03185fe236505b32c8d060f4f4e43a4
  https://github.com/groonga/groonga/commit/72c42b37d03185fe236505b32c8d060f4f4e43a4

  Message:
    test: set synonyms file path in test

  Modified files:
    test/command/run-test.sh
    test/command/suite/dump/schema/plugin/multiple.test
    test/command/suite/plugin_register/existence.test
    test/command/suite/plugin_unregister/existence.test
    test/command/suite/schema/plugins.test
    test/command/suite/select/function/query/query_expander.test
    test/command/suite/select/query_expander/proc/tsv/expand.test

  Modified: test/command/run-test.sh (+0 -3)
===================================================================
--- test/command/run-test.sh    2016-06-01 10:48:25 +0900 (402660b)
+++ test/command/run-test.sh    2016-06-01 15:15:22 +0900 (572f0e3)
@@ -35,9 +35,6 @@ fi
 GRN_PLUGINS_DIR="$top_dir/plugins"
 export GRN_PLUGINS_DIR
 
-GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE="$top_dir/test/command/tmp/synonyms.tsv"
-export GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE
-
 GRN_RUBY_SCRIPTS_DIR="$top_dir/lib/mrb/scripts"
 export GRN_RUBY_SCRIPTS_DIR
 

  Modified: test/command/suite/dump/schema/plugin/multiple.test (+1 -0)
===================================================================
--- test/command/suite/dump/schema/plugin/multiple.test    2016-06-01 10:48:25 +0900 (284e7ff)
+++ test/command/suite/dump/schema/plugin/multiple.test    2016-06-01 15:15:22 +0900 (e240ea2)
@@ -1,4 +1,5 @@
 plugin_register token_filters/stop_word
+#$GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=#{base_directory}/tmp/synonyms.tsv
 #@copy-path fixture/query_expander/tsv/expand.tsv tmp/synonyms.tsv
 plugin_register query_expanders/tsv
 

  Modified: test/command/suite/plugin_register/existence.test (+1 -0)
===================================================================
--- test/command/suite/plugin_register/existence.test    2016-06-01 10:48:25 +0900 (9bf62f3)
+++ test/command/suite/plugin_register/existence.test    2016-06-01 15:15:22 +0900 (498a577)
@@ -1,3 +1,4 @@
+#$GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=#{base_directory}/tmp/synonyms.tsv
 #@copy-path fixture/query_expander/tsv/expand.tsv tmp/synonyms.tsv
 plugin_register "query_expanders/tsv"
 

  Modified: test/command/suite/plugin_unregister/existence.test (+1 -0)
===================================================================
--- test/command/suite/plugin_unregister/existence.test    2016-06-01 10:48:25 +0900 (1dab6e2)
+++ test/command/suite/plugin_unregister/existence.test    2016-06-01 15:15:22 +0900 (094ef71)
@@ -1,3 +1,4 @@
+#$GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=#{base_directory}/tmp/synonyms.tsv
 #@copy-path fixture/query_expander/tsv/expand.tsv tmp/synonyms.tsv
 register "query_expanders/tsv"
 

  Modified: test/command/suite/schema/plugins.test (+1 -0)
===================================================================
--- test/command/suite/schema/plugins.test    2016-06-01 10:48:25 +0900 (1b61dc2)
+++ test/command/suite/schema/plugins.test    2016-06-01 15:15:22 +0900 (51ae3ac)
@@ -1,3 +1,4 @@
+#$GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=#{base_directory}/tmp/synonyms.tsv
 #@copy-path fixture/query_expander/tsv/expand.tsv tmp/synonyms.tsv
 plugin_register query_expanders/tsv
 

  Modified: test/command/suite/select/function/query/query_expander.test (+1 -0)
===================================================================
--- test/command/suite/select/function/query/query_expander.test    2016-06-01 10:48:25 +0900 (a1a692f)
+++ test/command/suite/select/function/query/query_expander.test    2016-06-01 15:15:22 +0900 (9c678ff)
@@ -1,3 +1,4 @@
+#$GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=#{base_directory}/tmp/synonyms.tsv
 #@copy-path fixture/query_expander/tsv/expand.tsv tmp/synonyms.tsv
 register "query_expanders/tsv"
 

  Modified: test/command/suite/select/query_expander/proc/tsv/expand.test (+1 -0)
===================================================================
--- test/command/suite/select/query_expander/proc/tsv/expand.test    2016-06-01 10:48:25 +0900 (963f516)
+++ test/command/suite/select/query_expander/proc/tsv/expand.test    2016-06-01 15:15:22 +0900 (bbecda3)
@@ -1,3 +1,4 @@
+#$GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=#{base_directory}/tmp/synonyms.tsv
 #@copy-path fixture/query_expander/tsv/expand.tsv tmp/synonyms.tsv
 register "query_expanders/tsv"
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index