[Groonga-commit] droonga/fluent-plugin-droonga at 54b5425 [master] Add expected response for no-query search

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Feb 6 19:24:25 JST 2014


YUKI Hiroshi	2014-02-06 19:24:25 +0900 (Thu, 06 Feb 2014)

  New Revision: 54b5425871d668e2b9ee5c3b57742713614203ea
  https://github.com/droonga/fluent-plugin-droonga/commit/54b5425871d668e2b9ee5c3b57742713614203ea

  Message:
    Add expected response for no-query search

  Added files:
    test/command/suite/search/error/no-query.expected

  Added: test/command/suite/search/error/no-query.expected (+13 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/search/error/no-query.expected    2014-02-06 19:24:25 +0900 (56437a1)
@@ -0,0 +1,13 @@
+[
+  "droonga.message",
+  0,
+  {
+    "inReplyTo": "request-id",
+    "statusCode": 400,
+    "type": "search.result",
+    "body": {
+      "name": "NoQuery",
+      "message": "You must specify one or more query."
+    }
+  }
+]
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index