[Groonga-commit] droonga/fluent-plugin-droonga at adfa5b3 [master] Fix error class name

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 26 15:15:25 JST 2013


YUKI Hiroshi	2013-12-26 15:15:25 +0900 (Thu, 26 Dec 2013)

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

  Message:
    Fix error class name

  Modified files:
    test/unit/plugin/handler/test_add.rb

  Modified: test/unit/plugin/handler/test_add.rb (+2 -2)
===================================================================
--- test/unit/plugin/handler/test_add.rb    2013-12-26 15:14:31 +0900 (d71c405)
+++ test/unit/plugin/handler/test_add.rb    2013-12-26 15:15:25 +0900 (e6272c6)
@@ -87,7 +87,7 @@ class AddHandlerTest < Test::Unit::TestCase
         "table"  => "Users",
         "values" => {"country" => "japan"},
       }
-      assert_raise(Droonga::AddHandler::MissingPrimaryKey) do
+      assert_raise(Droonga::AddHandler::MissingPrimaryKeyParameter) do
         process(request)
       end
     end
@@ -131,7 +131,7 @@ class AddHandlerTest < Test::Unit::TestCase
       request = {
         "values" => {},
       }
-      assert_raise(Droonga::AddHandler::MissingTable) do
+      assert_raise(Droonga::AddHandler::MissingTableParameter) do
         process(request)
       end
     end
-------------- next part --------------
HTML����������������������������...
Download 



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