[Groonga-commit] droonga/droonga-engine at 15297a1 [master] test: follow select response fix

Back to archive index

Kouhei Sutou null+****@clear*****
Tue May 27 22:35:41 JST 2014


Kouhei Sutou	2014-05-27 22:35:41 +0900 (Tue, 27 May 2014)

  New Revision: 15297a1fbee736f3e336dc62d7dbc0f2f179f053
  https://github.com/droonga/droonga-engine/commit/15297a1fbee736f3e336dc62d7dbc0f2f179f053

  Message:
    test: follow select response fix

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

  Modified: test/unit/plugins/groonga/select/test_adapter_output.rb (+8 -14)
===================================================================
--- test/unit/plugins/groonga/select/test_adapter_output.rb    2014-05-27 18:56:50 +0900 (4578520)
+++ test/unit/plugins/groonga/select/test_adapter_output.rb    2014-05-27 22:35:41 +0900 (ffdfd8a)
@@ -127,11 +127,9 @@ class GroongaSelectAdapterOutputTest < Test::Unit::TestCase
           [
             [3],
             headers,
-            [
-              [1, "a1", 10],
-              [2, "a2", 20],
-              [3, "a3", 30],
-            ],
+            [1, "a1", 10],
+            [2, "a2", 20],
+            [3, "a3", 30],
           ],
         ],
       ]
@@ -178,19 +176,15 @@ class GroongaSelectAdapterOutputTest < Test::Unit::TestCase
           [
             [3],
             headers,
-            [
-              ["a1", 10],
-              ["a2", 20],
-              ["a3", 30],
-            ],
+            ["a1", 10],
+            ["a2", 20],
+            ["a3", 30],
           ],
           [
             [2],
             headers,
-            [
-              ["b1", 10],
-              ["b2", 20],
-            ],
+            ["b1", 10],
+            ["b2", 20],
           ],
         ],
       ]
-------------- next part --------------
HTML����������������������������...
Download 



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