Kouhei Sutou
null+****@clear*****
Wed Mar 11 15:18:43 JST 2015
Kouhei Sutou 2015-03-11 15:18:43 +0900 (Wed, 11 Mar 2015) New Revision: bfd02e74fee08e2879c486bbc4fca6e09fbfb877 https://github.com/groonga/groonga/commit/bfd02e74fee08e2879c486bbc4fca6e09fbfb877 Message: test plugin_register: fix input and expected Modified files: test/command/suite/plugin_register/existence.expected test/command/suite/plugin_register/existence.test Modified: test/command/suite/plugin_register/existence.expected (+7 -2) =================================================================== --- test/command/suite/plugin_register/existence.expected 2015-03-11 14:41:02 +0900 (4373473) +++ test/command/suite/plugin_register/existence.expected 2015-03-11 15:18:43 +0900 (9664119) @@ -8,9 +8,10 @@ load --table Memos [ ["content"], ["Start Rroonga!"], +["Start Ruby and Groonga!"], ["Start Ruby and Mroonga!"] ] -[[0,0.0,0.0],2] +[[0,0.0,0.0],3] select --table Memos --query_expander QueryExpanderTSV --match_columns content --query rroonga [ [ @@ -21,7 +22,7 @@ select --table Memos --query_expander QueryExpanderTSV --match_columns content [ [ [ - 1 + 2 ], [ [ @@ -34,6 +35,10 @@ select --table Memos --query_expander QueryExpanderTSV --match_columns content ] ], [ + 2, + "Start Ruby and Groonga!" + ], + [ 1, "Start Rroonga!" ] Modified: test/command/suite/plugin_register/existence.test (+2 -1) =================================================================== --- test/command/suite/plugin_register/existence.test 2015-03-11 14:41:02 +0900 (3e9c8e9) +++ test/command/suite/plugin_register/existence.test 2015-03-11 15:18:43 +0900 (9bf62f3) @@ -8,7 +8,8 @@ load --table Memos [ ["content"], ["Start Rroonga!"], -["Start Ruby and Groonga!"] +["Start Ruby and Groonga!"], +["Start Ruby and Mroonga!"] ] select --table Memos --query_expander QueryExpanderTSV \ -------------- next part -------------- HTML����������������������������...Download