[Groonga-commit] droonga/droonga-engine at 40fb843 [master] test: Fix expected convert result for drilldown results

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 28 18:52:24 JST 2014


YUKI Hiroshi	2014-04-28 18:52:24 +0900 (Mon, 28 Apr 2014)

  New Revision: 40fb843f0e204ddf5dc02526d57377ea4cac0a40
  https://github.com/droonga/droonga-engine/commit/40fb843f0e204ddf5dc02526d57377ea4cac0a40

  Message:
    test: Fix expected convert result for drilldown results

  Modified files:
    test/unit/plugins/groonga/select/test_adapter_output.rb

  Modified: test/unit/plugins/groonga/select/test_adapter_output.rb (+16 -20)
===================================================================
--- test/unit/plugins/groonga/select/test_adapter_output.rb    2014-04-28 18:50:52 +0900 (4b6e819)
+++ test/unit/plugins/groonga/select/test_adapter_output.rb    2014-04-28 18:52:24 +0900 (aa89793)
@@ -120,14 +120,12 @@ class GroongaSelectAdapterOutputTest < Test::Unit::TestCase
         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],
           ],
         ]
       ]
@@ -171,22 +169,20 @@ class GroongaSelectAdapterOutputTest < Test::Unit::TestCase
         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],
           ],
         ]
       ]
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index