[Groonga-commit] groonga/fluent-plugin-droonga at f880b92 [master] test add: group a test that checks failure case

Back to archive index

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


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

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

  Message:
    test add: group a test that checks failure case

  Modified files:
    test/plugin/test_handler_add.rb

  Modified: test/plugin/test_handler_add.rb (+2 -0)
===================================================================
--- test/plugin/test_handler_add.rb    2013-07-22 13:24:50 +0900 (aafab39)
+++ test/plugin/test_handler_add.rb    2013-07-22 13:26:12 +0900 (19ba379)
@@ -118,6 +118,7 @@ class AddHandlerTest < Test::Unit::TestCase
     end
   end
 
+  class TestFailure < self
   def test_failure
     request = {
       "table"  => "XXX",
@@ -126,4 +127,5 @@ class AddHandlerTest < Test::Unit::TestCase
     @handler.add(request)
     assert_equal([false], @worker.body)
   end
+  end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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