[Groonga-commit] groonga/grntest at 7badc42 [master] Follow the change that executors move to under Executors module

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 12 12:22:36 JST 2013


Kouhei Sutou	2013-08-12 12:22:36 +0900 (Mon, 12 Aug 2013)

  New Revision: 7badc429bb903d2ce09cbb22b490d9fda2267560
  https://github.com/groonga/grntest/commit/7badc429bb903d2ce09cbb22b490d9fda2267560

  Message:
    Follow the change that executors move to under Executors module

  Modified files:
    lib/grntest/test-runner.rb

  Modified: lib/grntest/test-runner.rb (+4 -4)
===================================================================
--- lib/grntest/test-runner.rb    2013-08-12 12:21:53 +0900 (540b622)
+++ lib/grntest/test-runner.rb    2013-08-12 12:22:36 +0900 (59695b0)
@@ -151,9 +151,9 @@ module Grntest
             context.relative_db_path.to_s,
           ]
           pid = Process.spawn(env, *command_line, spawn_options)
-          executor = StandardIOExecutor.new(groonga_input,
-                                            groonga_output,
-                                            context)
+          executor = Executors::StandardIOExecutor.new(groonga_input,
+                                                       groonga_output,
+                                                       context)
           executor.ensure_groonga_ready
           yield(executor)
         end
@@ -236,7 +236,7 @@ EOC
       begin
         pid = Process.spawn(env, *command_line, spawn_options)
         begin
-          executor = HTTPExecutor.new(host, port, context)
+          executor = Executors::HTTPExecutor.new(host, port, context)
           begin
             executor.ensure_groonga_ready
           rescue
-------------- next part --------------
HTML����������������������������...
다운로드 



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