[Groonga-commit] droonga/droonga-engine at 6d36994 [master] Update expected conditions for fixed spec of Groonga's select command

Back to archive index

SHIMODA Piro Hiroshi null+****@clear*****
Mon Oct 6 18:37:35 JST 2014


SHIMODA "Piro" Hiroshi	2014-10-06 18:37:35 +0900 (Mon, 06 Oct 2014)

  New Revision: 6d36994e7d705600715914593d308089382f2451
  https://github.com/droonga/droonga-engine/commit/6d36994e7d705600715914593d308089382f2451

  Message:
    Update expected conditions for fixed spec of Groonga's select command

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

  Modified: test/unit/plugins/groonga/select/test_adapter_input.rb (+2 -2)
===================================================================
--- test/unit/plugins/groonga/select/test_adapter_input.rb    2014-10-06 18:35:18 +0900 (4b0d1d1)
+++ test/unit/plugins/groonga/select/test_adapter_input.rb    2014-10-06 18:37:35 +0900 (2d6bc06)
@@ -83,7 +83,7 @@ class GroongaSelectAdapterInputTest < Test::Unit::TestCase
               "query"  => "QueryTest",
               "matchTo"=> expected_matchTo,
               "defaultOperator"=> "&&",
-              "allowPragma"=> false,
+              "allowPragma"=> true,
               "allowColumn"=> true,
             },
             "output"   => {
@@ -165,7 +165,7 @@ class GroongaSelectAdapterInputTest < Test::Unit::TestCase
                 "query"  => "QueryTest",
                 "matchTo"=> ["_key"],
                 "defaultOperator"=> "&&",
-                "allowPragma"=> false,
+                "allowPragma"=> true,
                 "allowColumn"=> true,
               },
               "title@'FilterTest'",
-------------- next part --------------
HTML����������������������������...
Download 



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