[Groonga-commit] droonga/droonga-engine at dae2219 [master] Fix expected responses of "dump.result".

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Fri Apr 10 18:57:51 JST 2015


YUKI Hiroshi	2015-04-10 18:57:51 +0900 (Fri, 10 Apr 2015)

  New Revision: dae2219af53f2aa91d0efc9afc8b97682ecf3d9b
  https://github.com/droonga/droonga-engine/commit/dae2219af53f2aa91d0efc9afc8b97682ecf3d9b

  Message:
    Fix expected responses of "dump.result".
    
    It is not a forwarded message, so it has no "date" field.

  Modified files:
    test/command/suite/dump/column/index.expected
    test/command/suite/dump/column/scalar.expected
    test/command/suite/dump/column/vector.expected
    test/command/suite/dump/table/array.expected
    test/command/suite/dump/table/double_array_trie.expected
    test/command/suite/dump/table/hash.expected
    test/command/suite/dump/table/patricia_trie.expected

  Modified: test/command/suite/dump/column/index.expected (+3 -2)
===================================================================
--- test/command/suite/dump/column/index.expected    2015-04-10 18:57:21 +0900 (8d3ef3c)
+++ test/command/suite/dump/column/index.expected    2015-04-10 18:57:51 +0900 (212844c)
@@ -14,8 +14,9 @@
   "inReplyTo": "request-id",
   "statusCode": 200,
   "type": "dump.result",
-  "date": "0000-00-00T00:00:00.000000Z",
-  "body": true
+  "body": {
+    "started": true
+  }
 }
 {
   "inReplyTo": "request-id",

  Modified: test/command/suite/dump/column/scalar.expected (+3 -2)
===================================================================
--- test/command/suite/dump/column/scalar.expected    2015-04-10 18:57:21 +0900 (c80758d)
+++ test/command/suite/dump/column/scalar.expected    2015-04-10 18:57:51 +0900 (b900689)
@@ -14,8 +14,9 @@
   "inReplyTo": "request-id",
   "statusCode": 200,
   "type": "dump.result",
-  "date": "0000-00-00T00:00:00.000000Z",
-  "body": true
+  "body": {
+    "started": true
+  }
 }
 {
   "inReplyTo": "request-id",

  Modified: test/command/suite/dump/column/vector.expected (+3 -2)
===================================================================
--- test/command/suite/dump/column/vector.expected    2015-04-10 18:57:21 +0900 (b40a6d0)
+++ test/command/suite/dump/column/vector.expected    2015-04-10 18:57:51 +0900 (aa6b694)
@@ -14,8 +14,9 @@
   "inReplyTo": "request-id",
   "statusCode": 200,
   "type": "dump.result",
-  "date": "0000-00-00T00:00:00.000000Z",
-  "body": true
+  "body": {
+    "started": true
+  }
 }
 {
   "inReplyTo": "request-id",

  Modified: test/command/suite/dump/table/array.expected (+3 -2)
===================================================================
--- test/command/suite/dump/table/array.expected    2015-04-10 18:57:21 +0900 (ba139d0)
+++ test/command/suite/dump/table/array.expected    2015-04-10 18:57:51 +0900 (3e1c900)
@@ -14,8 +14,9 @@
   "inReplyTo": "request-id",
   "statusCode": 200,
   "type": "dump.result",
-  "date": "0000-00-00T00:00:00.000000Z",
-  "body": true
+  "body": {
+    "started": true
+  }
 }
 {
   "inReplyTo": "request-id",

  Modified: test/command/suite/dump/table/double_array_trie.expected (+3 -2)
===================================================================
--- test/command/suite/dump/table/double_array_trie.expected    2015-04-10 18:57:21 +0900 (c9b3b45)
+++ test/command/suite/dump/table/double_array_trie.expected    2015-04-10 18:57:51 +0900 (d30eb47)
@@ -14,8 +14,9 @@
   "inReplyTo": "request-id",
   "statusCode": 200,
   "type": "dump.result",
-  "date": "0000-00-00T00:00:00.000000Z",
-  "body": true
+  "body": {
+    "started": true
+  }
 }
 {
   "inReplyTo": "request-id",

  Modified: test/command/suite/dump/table/hash.expected (+3 -2)
===================================================================
--- test/command/suite/dump/table/hash.expected    2015-04-10 18:57:21 +0900 (d62cb2b)
+++ test/command/suite/dump/table/hash.expected    2015-04-10 18:57:51 +0900 (4bb4d68)
@@ -14,8 +14,9 @@
   "inReplyTo": "request-id",
   "statusCode": 200,
   "type": "dump.result",
-  "date": "0000-00-00T00:00:00.000000Z",
-  "body": true
+  "body": {
+    "started": true
+  }
 }
 {
   "inReplyTo": "request-id",

  Modified: test/command/suite/dump/table/patricia_trie.expected (+3 -2)
===================================================================
--- test/command/suite/dump/table/patricia_trie.expected    2015-04-10 18:57:21 +0900 (9f6b3db)
+++ test/command/suite/dump/table/patricia_trie.expected    2015-04-10 18:57:51 +0900 (bec6180)
@@ -14,8 +14,9 @@
   "inReplyTo": "request-id",
   "statusCode": 200,
   "type": "dump.result",
-  "date": "0000-00-00T00:00:00.000000Z",
-  "body": true
+  "body": {
+    "started": true
+  }
 }
 {
   "inReplyTo": "request-id",
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る