null+****@clear*****
null+****@clear*****
2011年 9月 28日 (水) 18:55:24 JST
Kouhei Sutou 2011-09-28 09:55:24 +0000 (Wed, 28 Sep 2011)
New Revision: 9df6ba968db78f45dd8892f4c11cb6c3f337eb08
Log:
[test] update files.
Modified files:
test/sql/groonga_storage/r/Makefile.am
test/sql/groonga_storage/t/Makefile.am
Modified: test/sql/groonga_storage/r/Makefile.am (+9 -1)
===================================================================
--- test/sql/groonga_storage/r/Makefile.am 2011-09-28 09:36:03 +0000 (62c1526)
+++ test/sql/groonga_storage/r/Makefile.am 2011-09-28 09:55:24 +0000 (91095f3)
@@ -15,7 +15,10 @@ EXTRA_DIST = \
flush_logs.result \
fulltext_insert_select.result \
fulltext_insert_values.result \
+ fulltext_multiple_index.result \
fulltext_not_match_against.result \
+ fulltext_parser_comment.result \
+ fulltext_parser_default.result \
fulltext_search_ascii.result \
fulltext_search_japanese.result \
geometry_contains.result \
@@ -42,5 +45,10 @@ EXTRA_DIST = \
show_create_table.result \
show_table_status.result \
tinyint.result \
- update.result \
+ update_by_last_insert_grn_id.result \
+ update_fulltext.result \
+ update_id_hash_index.result \
+ update_id_unique_hash_index.result \
+ update_int.result \
+ update_virtual_column.result \
$(NULL)
Modified: test/sql/groonga_storage/t/Makefile.am (+9 -1)
===================================================================
--- test/sql/groonga_storage/t/Makefile.am 2011-09-28 09:36:03 +0000 (b0cd0bd)
+++ test/sql/groonga_storage/t/Makefile.am 2011-09-28 09:55:24 +0000 (5e2e800)
@@ -15,7 +15,10 @@ EXTRA_DIST = \
flush_logs.test \
fulltext_insert_select.test \
fulltext_insert_values.test \
+ fulltext_multiple_index.test \
fulltext_not_match_against.test \
+ fulltext_parser_comment.test \
+ fulltext_parser_default.test \
fulltext_search_ascii.test \
fulltext_search_japanese.test \
geometry_contains.test \
@@ -42,5 +45,10 @@ EXTRA_DIST = \
show_create_table.test \
show_table_status.test \
tinyint.test \
- update.test \
+ update_by_last_insert_grn_id.test \
+ update_fulltext.test \
+ update_id_hash_index.test \
+ update_id_unique_hash_index.test \
+ update_int.test \
+ update_virtual_column.test \
$(NULL)