[Groonga-commit] droonga/grn2drn at 2085116 [master] test: fix variable name

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 9 10:38:21 JST 2014


Kouhei Sutou	2014-02-09 10:38:21 +0900 (Sun, 09 Feb 2014)

  New Revision: 2085116a6be4f54e5206cebee252eb0251e6255e
  https://github.com/droonga/grn2drn/commit/2085116a6be4f54e5206cebee252eb0251e6255e

  Message:
    test: fix variable name

  Modified files:
    test/test-converter.rb

  Modified: test/test-converter.rb (+4 -4)
===================================================================
--- test/test-converter.rb    2014-02-09 10:32:26 +0900 (4996a1a)
+++ test/test-converter.rb    2014-02-09 10:38:21 +0900 (f37ba31)
@@ -28,11 +28,11 @@ class ConverterTest < Test::Unit::TestCase
   end
 
   def convert(groonga_commands)
-    droonga_commands = []
-    converter.convert(groonga_commands) do |droonga_command|
-      droonga_commands << droonga_command
+    droonga_messages = []
+    converter.convert(groonga_commands) do |droonga_message|
+      droonga_messages << droonga_message
     end
-    droonga_commands
+    droonga_messages
   end
 
   def date
-------------- next part --------------
HTML����������������������������...
Download 



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