[Groonga-commit] droonga/fluent-plugin-droonga at 7fea76f [master] Add "Complex" prefix for tests about complex sortBy

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 31 17:57:11 JST 2014


YUKI Hiroshi	2014-01-31 17:57:11 +0900 (Fri, 31 Jan 2014)

  New Revision: 7fea76f18030d6f707bed1ae710656cc7d903ba8
  https://github.com/droonga/fluent-plugin-droonga/commit/7fea76f18030d6f707bed1ae710656cc7d903ba8

  Message:
    Add "Complex" prefix for tests about complex sortBy

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

  Modified: test/unit/plugin/distributor/test_search_planner.rb (+2 -2)
===================================================================
--- test/unit/plugin/distributor/test_search_planner.rb    2014-01-31 17:55:07 +0900 (913fab4)
+++ test/unit/plugin/distributor/test_search_planner.rb    2014-01-31 17:57:11 +0900 (a3896b1)
@@ -859,7 +859,7 @@ class DistributedSearchPlannerTest < Test::Unit::TestCase
       end
     end
 
-    class SortByMultipleColumnsTest < self
+    class ComplexSortByMultipleColumnsTest < self
       def setup
         @output = {
           "elements"   => ["records"],
@@ -942,7 +942,7 @@ class DistributedSearchPlannerTest < Test::Unit::TestCase
       end
     end
 
-    class SortByOffsetLimitTest < self
+    class ComplexSortByOffsetLimitTest < self
       def max_limit
         [@sort_by["limit"], @output["limit"]].max
       end
-------------- next part --------------
HTML����������������������������...
Download 



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