[Groonga-commit] droonga/fluent-plugin-droonga at 5cdccf2 [master] Add drntest case for watch.unsubscribe

Back to archive index

Yoji Shidara null+****@clear*****
Fri Dec 13 18:29:33 JST 2013


Yoji Shidara	2013-12-13 18:29:33 +0900 (Fri, 13 Dec 2013)

  New Revision: 5cdccf22813d759326ad2d2cdf6445ca21e2aae2
  https://github.com/droonga/fluent-plugin-droonga/commit/5cdccf22813d759326ad2d2cdf6445ca21e2aae2

  Message:
    Add drntest case for watch.unsubscribe

  Added files:
    test/command/suite/watch/unsubscribe.expected
    test/command/suite/watch/unsubscribe.test

  Added: test/command/suite/watch/unsubscribe.expected (+12 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/watch/unsubscribe.expected    2013-12-13 18:29:33 +0900 (d652dd4)
@@ -0,0 +1,12 @@
+[
+  "droonga.message",
+  0,
+  {
+    "inReplyTo": null,
+    "statusCode": 200,
+    "type": "watch.unsubscribe.result",
+    "body": [
+      true
+    ]
+  }
+]

  Added: test/command/suite/watch/unsubscribe.test (+9 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/watch/unsubscribe.test    2013-12-13 18:29:33 +0900 (3cdf6df)
@@ -0,0 +1,9 @@
+{
+  "type": "watch.unsubscribe",
+  "dataset": "Watch",
+  "body": {
+    "condition": "condition",
+    "subscriber": "subscriber",
+    "route": "localhost:23003/output"
+  }
+}
-------------- next part --------------
HTML����������������������������...
下载 



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