[Groonga-commit] droonga/fluent-plugin-droonga at abab0c8 [master] Follow to changes of the implementation

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Feb 12 14:06:55 JST 2014


YUKI Hiroshi	2014-02-12 14:06:55 +0900 (Wed, 12 Feb 2014)

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

  Message:
    Follow to changes of the implementation

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

  Modified: test/unit/catalog/test_version1.rb (+3 -3)
===================================================================
--- test/unit/catalog/test_version1.rb    2014-02-12 14:06:40 +0900 (5e52442)
+++ test/unit/catalog/test_version1.rb    2014-02-12 14:06:55 +0900 (0197c59)
@@ -23,13 +23,13 @@ class CatalogTest < Test::Unit::TestCase
     }
   end
 
-  def create_catalog(data, base_path)
-    Droonga::Catalog::Version1.new(data, base_path)
+  def create_catalog(data, path)
+    Droonga::Catalog::Version1.new(data, path)
   end
 
   class OptionTest < self
     def create_catalog(options)
-      super(minimum_data.merge("options" => options), "base-path")
+      super(minimum_data.merge("options" => options), "path")
     end
 
     def test_nonexistent
-------------- next part --------------
HTML����������������������������...
Download 



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