[Groonga-commit] droonga/fluent-plugin-droonga at 31af458 [master] Simplify

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 31 15:25:17 JST 2014


YUKI Hiroshi	2014-01-31 15:25:17 +0900 (Fri, 31 Jan 2014)

  New Revision: 31af458d0f162c250ced2a3ce57a1594b17f5e1b
  https://github.com/droonga/fluent-plugin-droonga/commit/31af458d0f162c250ced2a3ce57a1594b17f5e1b

  Message:
    Simplify

  Modified files:
    test/unit/plugin/distributor/test_search_planner.rb

  Modified: test/unit/plugin/distributor/test_search_planner.rb (+2 -8)
===================================================================
--- test/unit/plugin/distributor/test_search_planner.rb    2014-01-31 15:21:56 +0900 (212fbfa)
+++ test/unit/plugin/distributor/test_search_planner.rb    2014-01-31 15:25:17 +0900 (9cb1409)
@@ -305,14 +305,8 @@ class DistributedSearchPlannerTest < Test::Unit::TestCase
       end
 
       def test_dependencies
-        reduce_inputs = [
-          "errors",
-          "users",
-        ]
-        gather_inputs = [
-          "errors_reduced",
-          "users_reduced",
-        ]
+        reduce_inputs = ["errors", "users"]
+        gather_inputs = ["errors_reduced", "users_reduced"]
         assert_equal(expected_dependencies(reduce_inputs, gather_inputs),
                      dependencies)
       end
-------------- next part --------------
HTML����������������������������...
Download 



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