[Groonga-commit] droonga/fluent-plugin-droonga at 7f61124 [master] Fix mismatched error class

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Feb 12 18:01:18 JST 2014


YUKI Hiroshi	2014-02-12 18:01:18 +0900 (Wed, 12 Feb 2014)

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

  Message:
    Fix mismatched error class

  Modified files:
    test/unit/catalog/test_version1.rb

  Modified: test/unit/catalog/test_version1.rb (+2 -2)
===================================================================
--- test/unit/catalog/test_version1.rb    2014-02-12 18:00:41 +0900 (1fdbd13)
+++ test/unit/catalog/test_version1.rb    2014-02-12 18:01:18 +0900 (8c7b557)
@@ -179,13 +179,13 @@ class CatalogTest < Test::Unit::TestCase
     data(
       :missing_effective_date => {
         :catalog => {},
-        :error => Droonga::Catalog::MissingRequiredParameter
+        :error => Droonga::Catalog::MissingRequiredParameter,
       },
       :invalid_effective_date => {
         :catalog => {
           "effective_date" => "invalid",
         },
-        :error => Droonga::Catalog::MissingRequiredParameter
+        :error => Droonga::Catalog::InvalidDate,
       },
     )
     def test_validation(data)
-------------- next part --------------
HTML����������������������������...
Download 



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