[Groonga-commit] droonga/droonga-engine at b42b4d9 [master] Fix mismatched argument for ReplicasVolume.new

Back to archive index

YUKI Piro Hiroshi null+****@clear*****
Fri Dec 12 00:52:09 JST 2014


YUKI "Piro" Hiroshi	2014-12-12 00:52:09 +0900 (Fri, 12 Dec 2014)

  New Revision: b42b4d9b37e692aa4f16c8d1342b94c54c16e974
  https://github.com/droonga/droonga-engine/commit/b42b4d9b37e692aa4f16c8d1342b94c54c16e974

  Merged e0f9f34: Merge pull request #30 from piroor/replicas-in-a-branch

  Message:
    Fix mismatched argument for ReplicasVolume.new

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

  Modified: test/unit/catalog/test_dataset.rb (+1 -1)
===================================================================
--- test/unit/catalog/test_dataset.rb    2014-12-12 00:49:14 +0900 (9e51b8f)
+++ test/unit/catalog/test_dataset.rb    2014-12-12 00:52:09 +0900 (fc06bb4)
@@ -100,7 +100,7 @@ class CatalogDatasetTest < Test::Unit::TestCase
       raw_dataset = {
         "replicas" => [],
       }
-      assert_equal(Droonga::Catalog::ReplicasVolume.new(raw_dataset, raw_dataset),
+      assert_equal(Droonga::Catalog::ReplicasVolume.new(dataset, raw_dataset),
                    dataset.replicas)
     end
   end
-------------- next part --------------
HTML����������������������������...
下载 



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