[Groonga-mysql-commit] mroonga/mroonga at 43b1aaf [master] test: move "TOKEN_FILTERS" option for FULLTEXT INDEX tests to create/table/

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 18 23:40:56 JST 2015


Kouhei Sutou	2015-06-18 23:40:56 +0900 (Thu, 18 Jun 2015)

  New Revision: 43b1aaf449462f38d17908392eb5892963eab206
  https://github.com/mroonga/mroonga/commit/43b1aaf449462f38d17908392eb5892963eab206

  Message:
    test: move "TOKEN_FILTERS" option for FULLTEXT INDEX tests to create/table/

  Renamed files:
    mysql-test/mroonga/storage/create/table/token_filters/index_comment/r/stop_word.result
      (from mysql-test/mroonga/storage/fulltext/token_filters/r/skip.result)
    mysql-test/mroonga/storage/create/table/token_filters/index_comment/t/stop_word.test
      (from mysql-test/mroonga/storage/fulltext/token_filters/t/skip.test)

  Renamed: mysql-test/mroonga/storage/create/table/token_filters/index_comment/r/stop_word.result (+0 -0) 100%
===================================================================

  Renamed: mysql-test/mroonga/storage/create/table/token_filters/index_comment/t/stop_word.test (+4 -4) 86%
===================================================================
--- mysql-test/mroonga/storage/fulltext/token_filters/t/skip.test    2015-06-18 23:37:41 +0900 (6af9d43)
+++ mysql-test/mroonga/storage/create/table/token_filters/index_comment/t/stop_word.test    2015-06-18 23:40:56 +0900 (1cc1c6f)
@@ -14,8 +14,8 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
---source ../../../../include/mroonga/have_mroonga.inc
---source ../../../../include/mroonga/load_mroonga_functions.inc
+--source ../../../../../include/mroonga/have_mroonga.inc
+--source ../../../../../include/mroonga/load_mroonga_functions.inc
 
 --disable_query_log
 DROP DATABASE test;
@@ -48,5 +48,5 @@ SELECT * FROM memos
 DROP TABLE memos;
 DROP TABLE terms;
 
---source ../../../../include/mroonga/unload_mroonga_functions.inc
---source ../../../../include/mroonga/have_mroonga_deinit.inc
+--source ../../../../../include/mroonga/unload_mroonga_functions.inc
+--source ../../../../../include/mroonga/have_mroonga_deinit.inc
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index