[Groonga-commit] groonga/grntest [master] Rename: commands -> command

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 6日 (水) 11:27:52 JST


Haruka Yoshihara	2012-06-06 11:27:52 +0900 (Wed, 06 Jun 2012)

  New Revision: 68c12efbda47109f58b7be0beb4f9f9ab374281d

  Log:
    Rename: commands -> command
    
    Because this variable has one groonga command.

  Modified files:
    test/test-executor.rb

  Modified: test/test-executor.rb (+4 -4)
===================================================================
--- test/test-executor.rb    2012-06-06 11:25:37 +0900 (0ba87dd)
+++ test/test-executor.rb    2012-06-06 11:27:52 +0900 (2b6bcc9)
@@ -97,8 +97,8 @@ class TestExecutor < Test::Unit::TestCase
 ]
 EOF
       load_values = load_values.gsub(/\n/, "")
-      commands = "#{load_command} #{load_values}"
-      actual_url = translate(commands)
+      command = "#{load_command} #{load_values}"
+      actual_url = translate(command)
       arguments = {
         "table" => "Sites",
         "values" => load_values
@@ -116,8 +116,8 @@ EOF
 ]
 EOF
       load_values = load_values.gsub(/\n/, "")
-      commands = "#{load_command} #{load_values}"
-      actual_url = translate(commands)
+      command = "#{load_command} #{load_values}"
+      actual_url = translate(command)
 
       arguments = {
         "table" => "Sites",




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