[Groonga-commit] ranguba/groonga-client at b24e33c [master] test: add one more column

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 8 21:21:04 JST 2015


Kouhei Sutou	2015-07-08 21:21:04 +0900 (Wed, 08 Jul 2015)

  New Revision: b24e33c420d94b177d3d1b5caaa0a0e084b3de4b
  https://github.com/ranguba/groonga-client/commit/b24e33c420d94b177d3d1b5caaa0a0e084b3de4b

  Message:
    test: add one more column

  Modified files:
    test/response/test-select.rb

  Modified: test/response/test-select.rb (+7 -1)
===================================================================
--- test/response/test-select.rb    2015-07-08 21:16:06 +0900 (8eb7f70)
+++ test/response/test-select.rb    2015-07-08 21:21:04 +0900 (e0beb65)
@@ -59,6 +59,7 @@ class TestResponseSelect < Test::Unit::TestCase
                        {
                          "html_escape"  => "content1",
                          "html_escape2" => "content2",
+                         "html_escape3" => "content3",
                        }
                      ],
                      records([
@@ -67,8 +68,13 @@ class TestResponseSelect < Test::Unit::TestCase
                                  [
                                    ["html_escape", nil],
                                    ["html_escape", nil],
+                                   ["html_escape", nil],
+                                 ],
+                                 [
+                                   "content1",
+                                   "content2",
+                                   "content3",
                                  ],
-                                 ["content1", "content2"],
                                ]
                              ]))
       end
-------------- next part --------------
HTML����������������������������...
Download 



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