[Groonga-commit] groonga/fluent-plugin-droonga at 25e7249 [master] test add: delete needless "add_no_key"

Back to archive index

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


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

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

  Message:
    test add: delete needless "add_no_key"
    
    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:31:05 +0900 (f3f0e35)
+++ test/plugin/test_handler_add.rb    2013-07-22 13:33:33 +0900 (2309618)
@@ -97,7 +97,7 @@ class AddHandlerTest < Test::Unit::TestCase
       end
     end
 
-    def test_add_no_key_empty_values
+    def test_empty_values
       request = {
         "table"  => "Books",
         "values" => {},
@@ -107,7 +107,7 @@ class AddHandlerTest < Test::Unit::TestCase
       assert_equal([nil], table.collect(&:title))
     end
 
-    def test_add_no_key_with_values
+    def test_with_values
       request = {
         "table"  => "Books",
         "values" => { "title" => "CSS" },
-------------- next part --------------
HTML����������������������������...
Download 



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