[Groonga-commit] droonga/drntest at f8d17d4 [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Nov 25 18:41:16 JST 2013


YUKI Hiroshi	2013-11-25 18:41:16 +0900 (Mon, 25 Nov 2013)

  New Revision: f8d17d4c7604698ab68febabfc282d13d8d4b200
  https://github.com/droonga/drntest/commit/f8d17d4c7604698ab68febabfc282d13d8d4b200

  Message:
    Fix typo
    
    config =>
    options

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

  Modified: lib/drntest/test-runner.rb (+3 -3)
===================================================================
--- lib/drntest/test-runner.rb    2013-11-25 18:21:46 +0900 (2aeb2ee)
+++ lib/drntest/test-runner.rb    2013-11-25 18:41:16 +0900 (0233898)
@@ -66,15 +66,15 @@ module Drntest
     end
 
     def port
-      @port || @config[:port] || @owner.port
+      @port || @options[:port] || @owner.port
     end
 
     def host
-      @host || @config[:host] || @owner.host
+      @host || @options[:host] || @owner.host
     end
 
     def tag
-      @tag || @config[:tag] || @owner.tag
+      @tag || @options[:tag] || @owner.tag
     end
 
     private
-------------- next part --------------
HTML����������������������������...
Download 



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