[Groonga-commit] groonga/groonga-command [master] Remove a garbage *

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 25 19:29:34 JST 2012


Kouhei Sutou	2012-11-25 19:29:34 +0900 (Sun, 25 Nov 2012)

  New Revision: 33974d1bacfaa8b8996b9e3b68d18a8207cf5f87
  https://github.com/groonga/groonga-command/commit/33974d1bacfaa8b8996b9e3b68d18a8207cf5f87

  Log:
    Remove a garbage *

  Modified files:
    test/command/test-table-create.rb
    test/command/test-table-remove.rb

  Modified: test/command/test-table-create.rb (+1 -1)
===================================================================
--- test/command/test-table-create.rb    2012-11-25 19:26:05 +0900 (9fdcf53)
+++ test/command/test-table-create.rb    2012-11-25 19:29:34 +0900 (3ad6dbe)
@@ -42,7 +42,7 @@ class TableCreateCommandTest < Test::Unit::TestCase
 
     private
     def parse(*arguments)
-      super("table_create", *arguments, :output_type => false)
+      super("table_create", arguments, :output_type => false)
     end
   end
 end

  Modified: test/command/test-table-remove.rb (+1 -1)
===================================================================
--- test/command/test-table-remove.rb    2012-11-25 19:26:05 +0900 (6b519d8)
+++ test/command/test-table-remove.rb    2012-11-25 19:29:34 +0900 (d0c546c)
@@ -33,7 +33,7 @@ class TableRemoveCommandTest < Test::Unit::TestCase
 
     private
     def parse(*arguments)
-      super("table_remove", *arguments, :output_type => false)
+      super("table_remove", arguments, :output_type => false)
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
下载 



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