[Groonga-commit] groonga/fluent-plugin-droonga at dec6690 [master] test add: delete needless "add_with"

Back to archive index

Kosuke Asami null+****@clear*****
Mon Jul 22 13:34:15 JST 2013


Kosuke Asami	2013-07-22 13:34:15 +0900 (Mon, 22 Jul 2013)

  New Revision: dec66908617f512453e92306a285a115c83e7384
  https://github.com/groonga/fluent-plugin-droonga/commit/dec66908617f512453e92306a285a115c83e7384

  Message:
    test add: delete needless "add_with"
    
    Because:
    Class name that includes these tests describes test type

  Modified files:
    test/plugin/test_handler_add.rb

  Modified: test/plugin/test_handler_add.rb (+2 -2)
===================================================================
--- test/plugin/test_handler_add.rb    2013-07-22 13:33:33 +0900 (2309618)
+++ test/plugin/test_handler_add.rb    2013-07-22 13:34:15 +0900 (046d2fb)
@@ -64,7 +64,7 @@ class AddHandlerTest < Test::Unit::TestCase
       end
     end
 
-    def test_add_with_empty_values
+    def test_empty_values
       request = {
         "table"  => "Users",
         "key"    => "mori",
@@ -75,7 +75,7 @@ class AddHandlerTest < Test::Unit::TestCase
       assert_equal(["mori"], table.collect(&:key))
     end
 
-    def test_add_with_values
+    def test_values
       request = {
         "table"  => "Users",
         "key"    => "asami",
-------------- next part --------------
HTML����������������������������...
Download 



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