Masafumi Yokoyama
null+****@clear*****
Tue Mar 24 17:17:15 JST 2015
Masafumi Yokoyama 2015-03-24 17:17:15 +0900 (Tue, 24 Mar 2015) New Revision: 7f17acd8f510375e69926baf352f68a6b5cac2d8 https://github.com/groonga/groonga/commit/7f17acd8f510375e69926baf352f68a6b5cac2d8 Merged 251f5f9: Merge pull request #323 from groonga/test-follow-expr-inspection-format-change Message: test: follow expr inspection format change Modified files: test/unit/core/test-expr-parse.c Modified: test/unit/core/test-expr-parse.c (+11 -11) =================================================================== --- test/unit/core/test-expr-parse.c 2015-03-24 16:08:40 +0900 (ee2a1d9) +++ test/unit/core/test-expr-parse.c 2015-03-24 17:17:15 +0900 (1712112) @@ -294,20 +294,20 @@ test_parse(gconstpointer data) " $1:#<record:no_key:docs id:(no value)>\n" " },\n" " codes:{\n" - " 0:<get_value(), modify:2, " + " 0:<get_value n_args:1, flags:0, modify:2, " "value:#<column:var_size docs.body range:Text type:scalar compress:none>>,\n" - " 1:<push(), modify:0, value:\"hoge\">,\n" - " 2:<match(), modify:4, value:(NULL)>,\n" - " 3:<get_value(), modify:2, " + " 1:<push n_args:1, flags:0, modify:0, value:\"hoge\">,\n" + " 2:<match n_args:2, flags:1, modify:4, value:(NULL)>,\n" + " 3:<get_value n_args:1, flags:0, modify:2, " "value:#<column:var_size docs.body range:Text type:scalar compress:none>>,\n" - " 4:<push(), modify:0, value:\"moge\">,\n" - " 5:<match(), modify:0, value:(NULL)>,\n" - " 6:<and(), modify:4, value:(NULL)>,\n" - " 7:<get_value(), modify:2, " + " 4:<push n_args:1, flags:0, modify:0, value:\"moge\">,\n" + " 5:<match n_args:2, flags:1, modify:0, value:(NULL)>,\n" + " 6:<and n_args:2, flags:1, modify:4, value:(NULL)>,\n" + " 7:<get_value n_args:1, flags:0, modify:2, " "value:#<column:var_size docs.body range:Text type:scalar compress:none>>,\n" - " 8:<push(), modify:0, value:\"poyo\">,\n" - " 9:<match(), modify:0, value:(NULL)>,\n" - " 10:<and(), modify:0, value:(NULL)>\n" + " 8:<push n_args:1, flags:0, modify:0, value:\"poyo\">,\n" + " 9:<match n_args:2, flags:1, modify:0, value:(NULL)>,\n" + " 10:<and n_args:2, flags:0, modify:0, value:(NULL)>\n" " }\n" ">", cond); -------------- next part -------------- HTML����������������������������...Download