[Groonga-commit] droonga/fluent-plugin-droonga at 578ea77 [master] Add expected result of simple search test

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 28 18:59:12 JST 2013


YUKI Hiroshi	2013-11-28 18:59:12 +0900 (Thu, 28 Nov 2013)

  New Revision: 578ea77ab094f3fe0465c85d36183d87159aa4d5
  https://github.com/droonga/fluent-plugin-droonga/commit/578ea77ab094f3fe0465c85d36183d87159aa4d5

  Message:
    Add expected result of simple search test

  Added files:
    test/command/suite/search/simple.expected

  Added: test/command/suite/search/simple.expected (+20 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/search/simple.expected    2013-11-28 18:59:12 +0900 (84fee0c)
@@ -0,0 +1,20 @@
+[
+  "droonga.message",
+  0,
+  {
+    "inReplyTo": null,
+    "statusCode": 200,
+    "type": "search.result",
+    "body": {
+      "result": {
+        "count": 1,
+        "records": [
+          [
+            "Groonga",
+            "Groonga"
+          ]
+        ]
+      }
+    }
+  }
+]
-------------- next part --------------
HTML����������������������������...
다운로드 



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