[Groonga-mysql-commit] mroonga/mroonga at 115e161 [master] test: fix path

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jun 20 12:03:04 JST 2015


Kouhei Sutou	2015-06-20 12:03:04 +0900 (Sat, 20 Jun 2015)

  New Revision: 115e16179114cef643d253eb230d1f7b0d378f6e
  https://github.com/mroonga/mroonga/commit/115e16179114cef643d253eb230d1f7b0d378f6e

  Message:
    test: fix path

  Modified files:
    mysql-test/mroonga/storage/create/table/normalizer/fulltext_index/t/parameter.test
    mysql-test/mroonga/storage/create/table/token_filters/table_comment/t/stop_word.test

  Modified: mysql-test/mroonga/storage/create/table/normalizer/fulltext_index/t/parameter.test (+4 -4)
===================================================================
--- mysql-test/mroonga/storage/create/table/normalizer/fulltext_index/t/parameter.test    2015-06-19 23:40:51 +0900 (a53a211)
+++ mysql-test/mroonga/storage/create/table/normalizer/fulltext_index/t/parameter.test    2015-06-20 12:03:04 +0900 (c75710f)
@@ -14,9 +14,9 @@
 # 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_mariadb.inc
---source ../../../../../include/mroonga/have_fulltext_index_comment.inc
---source ../../../../../include/mroonga/have_mroonga.inc
+--source ../../../../../../include/mroonga/have_mariadb.inc
+--source ../../../../../../include/mroonga/have_fulltext_index_comment.inc
+--source ../../../../../../include/mroonga/have_mroonga.inc
 
 --disable_warnings
 DROP TABLE IF EXISTS memos;
@@ -38,4 +38,4 @@ SELECT * FROM memos
 
 DROP TABLE memos;
 
---source ../../../../../include/mroonga/have_mroonga_deinit.inc
+--source ../../../../../../include/mroonga/have_mroonga_deinit.inc

  Modified: mysql-test/mroonga/storage/create/table/token_filters/table_comment/t/stop_word.test (+4 -4)
===================================================================
--- mysql-test/mroonga/storage/create/table/token_filters/table_comment/t/stop_word.test    2015-06-19 23:40:51 +0900 (1cc1c6f)
+++ mysql-test/mroonga/storage/create/table/token_filters/table_comment/t/stop_word.test    2015-06-20 12:03:04 +0900 (c7f48d2)
@@ -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