[Groonga-commit] droonga/fluent-plugin-droonga at cbce7fc [master] test: remove needless "{...}" internal spaces

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 9 11:49:21 JST 2013


Kouhei Sutou	2013-10-09 11:49:21 +0900 (Wed, 09 Oct 2013)

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

  Message:
    test: remove needless "{...}" internal spaces

  Modified files:
    test/plugin/handler/test_handler_add.rb

  Modified: test/plugin/handler/test_handler_add.rb (+2 -2)
===================================================================
--- test/plugin/handler/test_handler_add.rb    2013-10-09 11:45:15 +0900 (ba9521f)
+++ test/plugin/handler/test_handler_add.rb    2013-10-09 11:49:21 +0900 (4a7f9aa)
@@ -79,7 +79,7 @@ class AddHandlerTest < Test::Unit::TestCase
       request = {
         "table"  => "Users",
         "key"    => "asami",
-        "values" => { "country" => "japan" },
+        "values" => {"country" => "japan"},
       }
       @handler.add(request)
       table =****@worke*****["Users"]
@@ -110,7 +110,7 @@ class AddHandlerTest < Test::Unit::TestCase
     def test_with_values
       request = {
         "table"  => "Books",
-        "values" => { "title" => "CSS" },
+        "values" => {"title" => "CSS"},
       }
       @handler.add(request)
       table =****@worke*****["Books"]
-------------- next part --------------
HTML����������������������������...
Download 



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