[Groonga-mysql-commit] mroonga/mroonga [master] test: update files

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 25日 (金) 15:38:25 JST


HAYASHI Kentaro	2012-05-25 15:38:25 +0900 (Fri, 25 May 2012)

  New Revision: 4336ad892f9ab12d4638db4382abeefc5fef4ee5

  Log:
    test: update files

  Modified files:
    test/sql/suite/mroonga_storage/r/files.am
    test/sql/suite/mroonga_storage/t/files.am
    test/sql/suite/mroonga_wrapper/r/files.am
    test/sql/suite/mroonga_wrapper/t/files.am

  Modified: test/sql/suite/mroonga_storage/r/files.am (+4 -0)
===================================================================
--- test/sql/suite/mroonga_storage/r/files.am    2012-05-25 14:48:47 +0900 (107b6fc)
+++ test/sql/suite/mroonga_storage/r/files.am    2012-05-25 15:38:25 +0900 (58bc7ee)
@@ -1,6 +1,8 @@
 result_files = \
 	alter_table_add_column.result \
+	alter_table_add_key_multiple_column_with_data.result \
 	alter_table_change_engine.result \
+	alter_table_disable_enable_keys.result \
 	alter_table_drop_column.result \
 	alter_table_engine_decimal.result \
 	alter_table_fulltext.result \
@@ -72,6 +74,8 @@ result_files = \
 	key_read.result \
 	last_insert_grn_id.result \
 	log_level.result \
+	match_escalation_threshold_global.result \
+	match_escalation_threshold_session.result \
 	multiple_column_index_delete.result \
 	multiple_column_index_recreate.result \
 	multiple_column_index_replace.result \

  Modified: test/sql/suite/mroonga_storage/t/files.am (+4 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/files.am    2012-05-25 14:48:47 +0900 (9db1bba)
+++ test/sql/suite/mroonga_storage/t/files.am    2012-05-25 15:38:25 +0900 (22d65c1)
@@ -1,6 +1,8 @@
 test_files = \
 	alter_table_add_column.test \
+	alter_table_add_key_multiple_column_with_data.test \
 	alter_table_change_engine.test \
+	alter_table_disable_enable_keys.test \
 	alter_table_drop_column.test \
 	alter_table_engine_decimal.test \
 	alter_table_fulltext.test \
@@ -72,6 +74,8 @@ test_files = \
 	key_read.test \
 	last_insert_grn_id.test \
 	log_level.test \
+	match_escalation_threshold_global.test \
+	match_escalation_threshold_session.test \
 	multiple_column_index_delete.test \
 	multiple_column_index_recreate.test \
 	multiple_column_index_replace.test \

  Modified: test/sql/suite/mroonga_wrapper/r/files.am (+4 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/r/files.am    2012-05-25 14:48:47 +0900 (9f40ba9)
+++ test/sql/suite/mroonga_wrapper/r/files.am    2012-05-25 15:38:25 +0900 (0017275)
@@ -1,6 +1,7 @@
 result_files = \
 	alter_table_add_column.result \
 	alter_table_change_engine.result \
+	alter_table_disable_enable_keys.result \
 	alter_table_drop_column.result \
 	alter_table_fulltext.result \
 	alter_table_rename_table.result \
@@ -26,6 +27,7 @@ result_files = \
 	fulltext_multiple_index.result \
 	fulltext_myisam.result \
 	fulltext_not_match_against.result \
+	fulltext_order_by_in_transaction.result \
 	fulltext_parser_comment.result \
 	fulltext_search_ascii.result \
 	fulltext_search_cp932.result \
@@ -37,6 +39,8 @@ result_files = \
 	insert.result \
 	insert_on_duplicate_key_multiple_column_primary_key_myisam.result \
 	insert_on_duplicate_key_multiple_column_unique_index_myisam.result \
+	match_escalation_threshold_global.result \
+	match_escalation_threshold_session.result \
 	optimization_order_limit_todo_split_me.result \
 	repair_table.result \
 	temporary_table.result \

  Modified: test/sql/suite/mroonga_wrapper/t/files.am (+4 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/files.am    2012-05-25 14:48:47 +0900 (bf39a83)
+++ test/sql/suite/mroonga_wrapper/t/files.am    2012-05-25 15:38:25 +0900 (f743d96)
@@ -1,6 +1,7 @@
 test_files = \
 	alter_table_add_column.test \
 	alter_table_change_engine.test \
+	alter_table_disable_enable_keys.test \
 	alter_table_drop_column.test \
 	alter_table_fulltext.test \
 	alter_table_rename_table.test \
@@ -26,6 +27,7 @@ test_files = \
 	fulltext_multiple_index.test \
 	fulltext_myisam.test \
 	fulltext_not_match_against.test \
+	fulltext_order_by_in_transaction.test \
 	fulltext_parser_comment.test \
 	fulltext_search_ascii.test \
 	fulltext_search_cp932.test \
@@ -37,6 +39,8 @@ test_files = \
 	insert.test \
 	insert_on_duplicate_key_multiple_column_primary_key_myisam.test \
 	insert_on_duplicate_key_multiple_column_unique_index_myisam.test \
+	match_escalation_threshold_global.test \
+	match_escalation_threshold_session.test \
 	optimization_order_limit_todo_split_me.test \
 	repair_table.test \
 	temporary_table.test \




Groonga-mysql-commit メーリングリストの案内
Back to archive index