[Groonga-commit] groonga/grntest [master] Remove returning when a gptp command is an enpty string

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 6日 (水) 14:03:06 JST


Haruka Yoshihara	2012-06-06 14:03:06 +0900 (Wed, 06 Jun 2012)

  New Revision: 70bdb08abbc9faf4f6f28efc3e0779be5b55f668

  Log:
    Remove returning when a gptp command is an enpty string

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+0 -3)
===================================================================
--- lib/groonga/tester.rb    2012-06-06 13:58:28 +0900 (2a22a48)
+++ lib/groonga/tester.rb    2012-06-06 14:03:06 +0900 (82629fb)
@@ -621,9 +621,6 @@ module Groonga
       end
 
       def to_url
-        line = @gqtp_command.chomp
-        return "" if line.empty?
-
         command = nil
         arguments = nil
         load_values = ""




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