[Groonga-commit] droonga/droonga-engine at f8ee30d [master] Fix syntax error

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri May 9 11:34:42 JST 2014


YUKI Hiroshi	2014-05-09 11:34:42 +0900 (Fri, 09 May 2014)

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

  Message:
    Fix syntax error

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

  Modified: test/unit/catalog/test_collection_volume.rb (+4 -4)
===================================================================
--- test/unit/catalog/test_collection_volume.rb    2014-05-09 11:33:43 +0900 (8cef68f)
+++ test/unit/catalog/test_collection_volume.rb    2014-05-09 11:34:42 +0900 (3a04376)
@@ -105,10 +105,10 @@ class CatalogSingleVolumeTest < Test::Unit::TestCase
     def test_all_nodes
       data = {
         "slices" => [
-          { "volume": { "address": "127.0.0.1:23003/droonga.000" } },
-          { "volume": { "address": "127.0.0.1:23003/droonga.001" } },
-          { "volume": { "address": "127.0.0.1:23004/droonga.100" } },
-          { "volume": { "address": "127.0.0.1:23004/droonga.101" } },
+          { "volume" => { "address" => "127.0.0.1:23003/droonga.000" } },
+          { "volume" => { "address" => "127.0.0.1:23003/droonga.001" } },
+          { "volume" => { "address" => "127.0.0.1:23004/droonga.100" } },
+          { "volume" => { "address" => "127.0.0.1:23004/droonga.101" } },
         ],
       }
       volume = create_collection_volume(data)
-------------- next part --------------
HTML����������������������������...
다운로드 



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