[Groonga-commit] groonga/grntest [master] build_groonga_options -> groonga_http_options

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 11日 (月) 17:20:49 JST


Haruka Yoshihara	2012-06-11 17:20:49 +0900 (Mon, 11 Jun 2012)

  New Revision: 557302df34c9ecb6147b418d09786d4307f92e01

  Log:
    build_groonga_options -> groonga_http_options

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+2 -2)
===================================================================
--- lib/groonga/tester.rb    2012-06-11 17:17:40 +0900 (d26cbc9)
+++ lib/groonga/tester.rb    2012-06-11 17:20:49 +0900 (3e6a0ae)
@@ -320,7 +320,7 @@ module Groonga
         port = 50041
         pid_file = Tempfile.new("groonga.pid")
 
-        groonga_options = build_groonga_options(host, port, pid_file, context)
+        groonga_options = groonga_http_options(host, port, pid_file, context)
         command_line = [
           @tester.groonga,
         ]
@@ -346,7 +346,7 @@ module Groonga
         end
       end
 
-      def build_groonga_options(host, port, pid_file, context)
+      def groonga_http_options(host, port, pid_file, context)
         if File.basename(@tester.groonga) == "groonga-httpd"
           db_path = context.db_path
           config_file = create_config_file(host, port, db_path, pid_file)




Groonga-commit メーリングリストの案内
Back to archive index