Navigation Menu

Skip to content

Commit

Permalink
test: Fix expected result of table_list
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent aa126b0 commit bb4b44c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/plugins/groonga/test_table_list.rb
Expand Up @@ -51,9 +51,9 @@ def test_hash_table
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,
Expand All @@ -70,9 +70,9 @@ def test_array_table
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,
Expand Down

0 comments on commit bb4b44c

Please sign in to comment.