Kosuke Asami
null+****@clear*****
Tue Jul 23 15:30:27 JST 2013
Kosuke Asami 2013-07-23 15:30:27 +0900 (Tue, 23 Jul 2013) New Revision: 77cc77aa091a90e0f027209ed9a6f6e06a510d3f https://github.com/groonga/fluent-plugin-droonga/commit/77cc77aa091a90e0f027209ed9a6f6e06a510d3f Message: test adapter_select: add a test that checks a pattern output_columns has function and columns Modified files: test/plugin/adapter/groonga/test_select.rb Modified: test/plugin/adapter/groonga/test_select.rb (+4 -0) =================================================================== --- test/plugin/adapter/groonga/test_select.rb 2013-07-23 15:28:08 +0900 (5ddc799) +++ test/plugin/adapter/groonga/test_select.rb 2013-07-23 15:30:27 +0900 (64d84bc) @@ -88,6 +88,10 @@ class AdapterGroongaSelectTest < Test::Unit::TestCase def test_single_argument assert_attributes(["snippet_html(content)"], "snippet_html(content)") end + + def test_with_columns + assert_attributes(["_id","_key","snippet_html(content)"], "_id,_key,snippet_html(content)") + end end end end -------------- next part -------------- HTML����������������������������...Download