Kouhei Sutou
null+****@clear*****
Tue Oct 7 09:55:44 JST 2014
Kouhei Sutou 2014-10-07 09:55:44 +0900 (Tue, 07 Oct 2014) New Revision: f7989622c8f2d9ca92f6884f90d7f1b380d1d417 https://github.com/droonga/droonga-engine/commit/f7989622c8f2d9ca92f6884f90d7f1b380d1d417 Message: test: fix wrong method name Modified files: test/unit/plugins/groonga/test_table_list.rb Modified: test/unit/plugins/groonga/test_table_list.rb (+8 -8) =================================================================== --- test/unit/plugins/groonga/test_table_list.rb 2014-10-06 21:32:32 +0900 (49863fb) +++ test/unit/plugins/groonga/test_table_list.rb 2014-10-07 09:55:44 +0900 (e93c233) @@ -32,7 +32,7 @@ class TableListTest < GroongaHandlerTest @loop) end - def database_path + def table_path @database_path.to_s + ".0000100" end @@ -57,7 +57,7 @@ class TableListTest < GroongaHandlerTest TABLES_HEADER, [256, "Books", - database_path, + table_path, "TABLE_HASH_KEY|PERSISTENT", "ShortText", nil, @@ -76,7 +76,7 @@ class TableListTest < GroongaHandlerTest TABLES_HEADER, [256, "HistoryEntries", - database_path, + table_path, "TABLE_NO_KEY|PERSISTENT", nil, nil, @@ -95,7 +95,7 @@ class TableListTest < GroongaHandlerTest TABLES_HEADER, [256, "Books", - database_path, + table_path, "TABLE_PAT_KEY|PERSISTENT", "ShortText", nil, @@ -114,7 +114,7 @@ class TableListTest < GroongaHandlerTest TABLES_HEADER, [256, "Books", - database_path, + table_path, "TABLE_DAT_KEY|PERSISTENT", "ShortText", nil, @@ -135,7 +135,7 @@ class TableListTest < GroongaHandlerTest TABLES_HEADER, [256, "BookIds", - database_path, + table_path, "TABLE_HASH_KEY|PERSISTENT", "UInt32", "UInt32", @@ -155,7 +155,7 @@ class TableListTest < GroongaHandlerTest TABLES_HEADER, [256, "Books", - database_path, + table_path, "TABLE_HASH_KEY|PERSISTENT", "ShortText", nil, @@ -175,7 +175,7 @@ class TableListTest < GroongaHandlerTest TABLES_HEADER, [256, "Books", - database_path, + table_path, "TABLE_HASH_KEY|PERSISTENT", "ShortText", nil, -------------- next part -------------- HTML����������������������������...Download