[Groonga-commit] groonga/groonga [master] remove [..] from [true] to follow groonga changes.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 8月 16日 (月) 11:03:45 JST


Kouhei Sutou	2010-08-16 02:03:45 +0000 (Mon, 16 Aug 2010)

  New Revision: 348240f6232268a86330290f34dceae387bf718c

  Log:
    remove [..] from [true] to follow groonga changes.

  Modified files:
    test/unit/http/test-http-select-drilldown.rb

  Modified: test/unit/http/test-http-select-drilldown.rb (+1 -1)
===================================================================
--- test/unit/http/test-http-select-drilldown.rb    2010-08-16 01:26:28 +0000 (610e072)
+++ test/unit/http/test-http-select-drilldown.rb    2010-08-16 02:03:45 +0000 (33c81ad)
@@ -350,7 +350,7 @@ class HTTPDefineSelectorDrilldownTest < HTTPSelectDrilldownTest
     name = "custom_select"
     response = get(command_path("define_selector",
                                 parameters.merge(:name => name)))
-    assert_response([success_status_response, [true]], response,
+    assert_response([success_status_response, true], response,
                     :content_type => "application/json")
     super(header, expected, {}, options.merge(:command => name), &block)
   end




Groonga-commit メーリングリストの案内
Back to archive index