[Groonga-commit] droonga/fluent-plugin-droonga at b528376 [master] test: follow catalog API change

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 17 13:10:24 JST 2014


Kouhei Sutou	2014-02-17 13:10:24 +0900 (Mon, 17 Feb 2014)

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

  Message:
    test: follow catalog API change

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

  Modified: test/unit/catalog/test_version1.rb (+4 -0)
===================================================================
--- test/unit/catalog/test_version1.rb    2014-02-17 13:07:14 +0900 (b34e694)
+++ test/unit/catalog/test_version1.rb    2014-02-17 13:10:24 +0900 (7073219)
@@ -64,21 +64,25 @@ class CatalogTest < Test::Unit::TestCase
       assert_equal({
                      "localhost:23003/test.000" => {
                        :database  => "#{base_path}/000/db",
+                       :dataset   => "Test",
                        :plugins   => ["for_dataset"],
                        :n_workers => 0
                      },
                      "localhost:23003/test.001" => {
                        :database  => "#{base_path}/001/db",
+                       :dataset   => "Test",
                        :plugins   => ["for_dataset"],
                        :n_workers => 0
                      },
                      "localhost:23003/test.002" => {
                        :database  => "#{base_path}/002/db",
+                       :dataset   => "Test",
                        :plugins   => ["for_dataset"],
                        :n_workers => 0
                      },
                      "localhost:23003/test.003" => {
                        :database  => "#{base_path}/003/db",
+                       :dataset   => "Test",
                        :plugins   => ["for_dataset"],
                        :n_workers => 0
                      },
-------------- next part --------------
HTML����������������������������...
下載 



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