[Groonga-commit] groonga/groonga-schema at fa39b9a [master] test: remove needless arguments

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 8 14:26:32 JST 2016


Kouhei Sutou	2016-08-08 14:26:32 +0900 (Mon, 08 Aug 2016)

  New Revision: fa39b9a3104e96e3c6b53da80b180e5a4e6d9b3b
  https://github.com/groonga/groonga-schema/commit/fa39b9a3104e96e3c6b53da80b180e5a4e6d9b3b

  Message:
    test: remove needless arguments

  Modified files:
    test/test-column.rb
    test/test-table.rb

  Modified: test/test-column.rb (+1 -1)
===================================================================
--- test/test-column.rb    2016-08-08 14:26:23 +0900 (f704827)
+++ test/test-column.rb    2016-08-08 14:26:32 +0900 (8135395)
@@ -16,7 +16,7 @@
 
 class ColumnTest < Test::Unit::TestCase
   def column_create(arguments)
-    Groonga::Command::ColumnCreate.new("column_create", arguments)
+    Groonga::Command::ColumnCreate.new(arguments)
   end
 
   sub_test_case "#apply_command" do

  Modified: test/test-table.rb (+1 -1)
===================================================================
--- test/test-table.rb    2016-08-08 14:26:23 +0900 (9b4a2d1)
+++ test/test-table.rb    2016-08-08 14:26:32 +0900 (40916ae)
@@ -16,7 +16,7 @@
 
 class TableTest < Test::Unit::TestCase
   def table_create(arguments)
-    Groonga::Command::TableCreate.new("table_create", arguments)
+    Groonga::Command::TableCreate.new(arguments)
   end
 
   sub_test_case "#apply_command" do
-------------- next part --------------
HTML����������������������������...
下載 



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