[Groonga-commit] groonga/grntest at 378b373 [master] Follow base executor class name change

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 12 12:18:41 JST 2013


Kouhei Sutou	2013-08-12 12:18:41 +0900 (Mon, 12 Aug 2013)

  New Revision: 378b37367c1976530fd917346e4aa0a3aa85f540
  https://github.com/groonga/grntest/commit/378b37367c1976530fd917346e4aa0a3aa85f540

  Message:
    Follow base executor class name change

  Modified files:
    lib/grntest/executors/http-executor.rb

  Modified: lib/grntest/executors/http-executor.rb (+1 -1)
===================================================================
--- lib/grntest/executors/http-executor.rb    2013-08-12 12:17:42 +0900 (6cfc893)
+++ lib/grntest/executors/http-executor.rb    2013-08-12 12:18:41 +0900 (9e2eff7)
@@ -21,7 +21,7 @@ require "grntest/executors/base-executor"
 
 module Grntest
   module Executors
-    class HTTPExecutor < Executor
+    class HTTPExecutor < BaseExecutor
       def initialize(host, port, context=nil)
         super(context)
         @host = host
-------------- next part --------------
HTML����������������������������...
Download 



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