Navigation Menu

Skip to content

Commit

Permalink
test: Fix expected convert result for drilldown results
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent ccd64a2 commit 40fb843
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions test/unit/plugins/groonga/select/test_adapter_output.rb
Expand Up @@ -120,14 +120,12 @@ def test_have_one_result
expected_header,
expected_main_select_result,
[
[3],
header,
[
[3],
header,
[
[1, "a1", 10],
[2, "a2", 20],
[3, "a3", 30],
],
[1, "a1", 10],
[2, "a2", 20],
[3, "a3", 30],
],
]
]
Expand Down Expand Up @@ -171,22 +169,20 @@ def test_have_multiple_results
expected_header,
expected_main_select_result,
[
[3],
header,
[
[3],
header,
[
["a1", 10],
["a2", 20],
["a3", 30],
],
["a1", 10],
["a2", 20],
["a3", 30],
],
],
[
[2],
header,
[
[2],
header,
[
["b1", 10],
["b2", 20],
],
["b1", 10],
["b2", 20],
],
]
]
Expand Down

0 comments on commit 40fb843

Please sign in to comment.