YUKI Hiroshi
null+****@clear*****
Thu Dec 26 14:55:28 JST 2013
YUKI Hiroshi 2013-12-26 14:55:28 +0900 (Thu, 26 Dec 2013) New Revision: 9e8420150c64bc2c8b35f840f17108edf2efdaa1 https://github.com/droonga/fluent-plugin-droonga/commit/9e8420150c64bc2c8b35f840f17108edf2efdaa1 Message: Specify blank body for testcases about format of the message itself Modified files: test/command/suite/message/error/missing-dataset.test test/command/suite/message/error/unknown-command.test test/command/suite/message/error/unknown-dataset.test Modified: test/command/suite/message/error/missing-dataset.test (+1 -12) =================================================================== --- test/command/suite/message/error/missing-dataset.test 2013-12-26 14:54:17 +0900 (38d690a) +++ test/command/suite/message/error/missing-dataset.test 2013-12-26 14:55:28 +0900 (3d20c9c) @@ -1,16 +1,5 @@ #@include fixture/user-table.jsons { "type": "add", - "body": { - "table": "User", - "key": "key", - "values": { - "name": "Alice", - "age": 20, - "email": [ - "alice �� example.com", - "alice �� example.jp" - ] - } - } + "body": {} } Modified: test/command/suite/message/error/unknown-command.test (+1 -2) =================================================================== --- test/command/suite/message/error/unknown-command.test 2013-12-26 14:54:17 +0900 (b71cbc0) +++ test/command/suite/message/error/unknown-command.test 2013-12-26 14:55:28 +0900 (ebcbd1a) @@ -2,6 +2,5 @@ { "type": "unknown-command", "dataset": "Droonga", - "body": { - } + "body": {} } Modified: test/command/suite/message/error/unknown-dataset.test (+1 -12) =================================================================== --- test/command/suite/message/error/unknown-dataset.test 2013-12-26 14:54:17 +0900 (d9f0e2a) +++ test/command/suite/message/error/unknown-dataset.test 2013-12-26 14:55:28 +0900 (9492bcb) @@ -2,16 +2,5 @@ { "type": "add", "dataset": "Unknown", - "body": { - "table": "User", - "key": "key", - "values": { - "name": "Alice", - "age": 20, - "email": [ - "alice �� example.com", - "alice �� example.jp" - ] - } - } + "body": {} } -------------- next part -------------- HTML����������������������������...Download