[Groonga-commit] droonga/fluent-plugin-droonga at b7f0a49 [master] Use more meaningful name

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 31 16:11:04 JST 2014


YUKI Hiroshi	2014-01-31 16:11:04 +0900 (Fri, 31 Jan 2014)

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

  Message:
    Use more meaningful name

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

  Modified: test/unit/plugin/distributor/test_search_planner.rb (+3 -3)
===================================================================
--- test/unit/plugin/distributor/test_search_planner.rb    2014-01-31 16:10:21 +0900 (9cb1409)
+++ test/unit/plugin/distributor/test_search_planner.rb    2014-01-31 16:11:04 +0900 (24a4d77)
@@ -185,14 +185,14 @@ class DistributedSearchPlannerTest < Test::Unit::TestCase
   end
 
   class OutputTest < self
-    class NothingTest < self
+    class NoOutputTest < self
       def setup
         @request = {
           "type" => "search",
           "dataset" => "Droonga",
           "body" => {
             "queries" => {
-              "no_output" => {
+              "users" => {
                 "source" => "User",
               },
             },
@@ -211,7 +211,7 @@ class DistributedSearchPlannerTest < Test::Unit::TestCase
         assert_valid_broadcast_message
         assert_equal({
                        "queries" => {
-                         "no_output" => {
+                         "users" => {
                            "source" => "User",
                          },
                        },
-------------- next part --------------
HTML����������������������������...
Download 



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