[Groonga-commit] droonga/droonga-engine at 6e40756 [master] Remove needless "_column" suffix

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 24 15:44:08 JST 2014


Kouhei Sutou	2014-04-24 15:44:08 +0900 (Thu, 24 Apr 2014)

  New Revision: 6e40756eeaa035b3a7aca255f09b74a9a7e0b7b4
  https://github.com/droonga/droonga-engine/commit/6e40756eeaa035b3a7aca255f09b74a9a7e0b7b4

  Message:
    Remove needless "_column" suffix
    
    The test case is for column. So it is needless.

  Modified files:
    test/unit/plugins/groonga/test_column_list.rb

  Modified: test/unit/plugins/groonga/test_column_list.rb (+4 -4)
===================================================================
--- test/unit/plugins/groonga/test_column_list.rb    2014-04-24 15:38:09 +0900 (2b2eb84)
+++ test/unit/plugins/groonga/test_column_list.rb    2014-04-24 15:44:08 +0900 (36b2af0)
@@ -64,7 +64,7 @@ class ColumnListTest < GroongaHandlerTest
   end
 
   class ListTest < self
-    def test_fix_column
+    def test_fix
       Groonga::Schema.define(:context => @context) do |schema|
         schema.create_table("Books", :type => :hash)
         schema.change_table("Books") do |table|
@@ -87,7 +87,7 @@ class ColumnListTest < GroongaHandlerTest
       assert_equal(expected, response.last)
     end
 
-    def test_var_column
+    def test_var
       Groonga::Schema.define(:context => @context) do |schema|
         schema.create_table("Books", :type => :hash)
         schema.change_table("Books") do |table|
@@ -110,7 +110,7 @@ class ColumnListTest < GroongaHandlerTest
       assert_equal(expected, response.last)
     end
 
-    def test_vector_column
+    def test_vector
       Groonga::Schema.define(:context => @context) do |schema|
         schema.create_table("Books", :type => :hash)
         schema.change_table("Books") do |table|
@@ -133,7 +133,7 @@ class ColumnListTest < GroongaHandlerTest
       assert_equal(expected, response.last)
     end
 
-    def test_index_column
+    def test_index
       Groonga::Schema.define(:context => @context) do |schema|
         schema.create_table("Books", :type => :hash)
         schema.change_table("Books") do |table|
-------------- next part --------------
HTML����������������������������...
Download 



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