YUKI Hiroshi
null+****@clear*****
Wed Jan 29 16:50:37 JST 2014
YUKI Hiroshi 2014-01-29 16:50:37 +0900 (Wed, 29 Jan 2014) New Revision: adfbf95c4a489a3634f185789d280ae1343c7840 https://github.com/droonga/fluent-plugin-droonga/commit/adfbf95c4a489a3634f185789d280ae1343c7840 Message: Fix expected response of search error Modified files: test/command/suite/search/error/unknown-source.expected Modified: test/command/suite/search/error/unknown-source.expected (+26 -0) =================================================================== --- test/command/suite/search/error/unknown-source.expected 2014-01-29 16:45:21 +0900 (762a7e8) +++ test/command/suite/search/error/unknown-source.expected 2014-01-29 16:50:37 +0900 (af34c0b) @@ -13,6 +13,32 @@ "source": "unknown" } } + }, + "errors": { + "sources0": { + "statusCode": 404, + "body": { + "name": "UnknownSource", + "message": "The source \"unknown\" does not exist. It must be a name of an existing table or another query.", + "detail": { + "unknown-source": { + "source": "unknown" + } + } + } + }, + "sources1": { + "statusCode": 404, + "body": { + "name": "UnknownSource", + "message": "The source \"unknown\" does not exist. It must be a name of an existing table or another query.", + "detail": { + "unknown-source": { + "source": "unknown" + } + } + } + } } } ] -------------- next part -------------- HTML����������������������������...Download