[Groonga-commit] droonga/fluent-plugin-droonga at 4ec59d0 [master] Create catalog with its path, not with base path

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Feb 12 14:16:26 JST 2014


YUKI Hiroshi	2014-02-12 14:16:26 +0900 (Wed, 12 Feb 2014)

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

  Message:
    Create catalog with its path, not with base path

  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 14:14:32 +0900 (079de57)
+++ test/unit/catalog/test_version1.rb    2014-02-12 14:16:26 +0900 (0c53376)
@@ -47,7 +47,7 @@ class CatalogTest < Test::Unit::TestCase
   class PartitionTest < self
     def setup
       data = JSON.parse(File.read(catalog_path))
-      @catalog = create_catalog(data, base_path)
+      @catalog = create_catalog(data, catalog_path)
     end
 
     def test_get_partitions
@@ -120,7 +120,7 @@ class CatalogTest < Test::Unit::TestCase
       end
 
       def plugins(data)
-        catalog = create_catalog(data, base_path)
+        catalog = create_catalog(data, catalog_path)
         catalog.get_partitions(farm_name).collect do |partition, options|
           options[:plugins]
         end
-------------- next part --------------
HTML����������������������������...
Download 



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