YUKI Hiroshi
null+****@clear*****
Thu Apr 24 12:08:01 JST 2014
YUKI Hiroshi 2014-04-24 12:08:01 +0900 (Thu, 24 Apr 2014) New Revision: bb4b44c8dac171964e0f97b434d75de1dbe71fb6 https://github.com/droonga/droonga-engine/commit/bb4b44c8dac171964e0f97b434d75de1dbe71fb6 Message: test: Fix expected result of table_list Modified files: test/unit/plugins/groonga/test_table_list.rb Modified: test/unit/plugins/groonga/test_table_list.rb (+4 -4) =================================================================== --- test/unit/plugins/groonga/test_table_list.rb 2014-04-24 12:06:45 +0900 (2a4b4f8) +++ test/unit/plugins/groonga/test_table_list.rb 2014-04-24 12:08:01 +0900 (fd012d0) @@ -51,9 +51,9 @@ class TableListTest < GroongaHandlerTest response = process(:table_list, {}) expected = [ TABLES_HEADER, - [257, + [256, "Books", - @database_path.to_s + ".0000101", + @database_path.to_s + ".0000100", "TABLE_HASH_KEY|PERSISTENT", "ShortText", nil, @@ -70,9 +70,9 @@ class TableListTest < GroongaHandlerTest response = process(:table_list, {}) expected = [ TABLES_HEADER, - [257, + [256, "HistoryEntries", - @database_path.to_s + ".0000101", + @database_path.to_s + ".0000100", "TABLE_NO_KEY|PERSISTENT", nil, nil, -------------- next part -------------- HTML����������������������������...Download