[Groonga-commit] groonga/fluent-plugin-droonga at 7fc963a [master] test add: indent

Back to archive index

Kosuke Asami null+****@clear*****
Mon Jul 22 13:26:43 JST 2013


Kosuke Asami	2013-07-22 13:26:43 +0900 (Mon, 22 Jul 2013)

  New Revision: 7fc963a4b33c42fac69f6687efe30563cf8a601b
  https://github.com/groonga/fluent-plugin-droonga/commit/7fc963a4b33c42fac69f6687efe30563cf8a601b

  Message:
    test add: indent

  Modified files:
    test/plugin/test_handler_add.rb

  Modified: test/plugin/test_handler_add.rb (+8 -8)
===================================================================
--- test/plugin/test_handler_add.rb    2013-07-22 13:26:12 +0900 (19ba379)
+++ test/plugin/test_handler_add.rb    2013-07-22 13:26:43 +0900 (de81f03)
@@ -119,13 +119,13 @@ class AddHandlerTest < Test::Unit::TestCase
   end
 
   class TestFailure < self
-  def test_failure
-    request = {
-      "table"  => "XXX",
-      "values" => {},
-    }
-    @handler.add(request)
-    assert_equal([false], @worker.body)
-  end
+    def test_failure
+      request = {
+        "table"  => "XXX",
+        "values" => {},
+      }
+      @handler.add(request)
+      assert_equal([false], @worker.body)
+    end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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