[Groonga-commit] droonga/fluent-plugin-droonga at 7d717d8 [master] test: use self

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Dec 17 17:22:30 JST 2013


Kouhei Sutou	2013-12-17 17:22:30 +0900 (Tue, 17 Dec 2013)

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

  Message:
    test: use self

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

  Modified: test/unit/plugin/distributor/test_search_plan.rb (+2 -2)
===================================================================
--- test/unit/plugin/distributor/test_search_plan.rb    2013-12-17 17:16:06 +0900 (19510d8)
+++ test/unit/plugin/distributor/test_search_plan.rb    2013-12-17 17:22:30 +0900 (9deb5c9)
@@ -22,7 +22,7 @@ class DistributedSearchPlanTest < Test::Unit::TestCase
     assert_equal(expected, actual)
   end
 
-  class MultipleQueriesTest < DistributedSearchPlanTest
+  class MultipleQueriesTest < self
     def test_distribute
       envelope = {
         "type" => "search",
@@ -223,7 +223,7 @@ class DistributedSearchPlanTest < Test::Unit::TestCase
     end
   end
 
-  class SingleQueryTest < DistributedSearchPlanTest
+  class SingleQueryTest < self
     def test_no_output
       envelope = {
         "type" => "search",
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る