Navigation Menu

Skip to content

Commit

Permalink
Add "date" field to expected forwarded messages
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 10, 2015
1 parent fc75a58 commit b08ef11
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/command/suite/dump/record/vector/reference.expected
@@ -1,22 +1,26 @@
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"type": "dump.start"
}
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"type": "dump.start"
}
{
"inReplyTo": "request-id",
"statusCode": 200,
"type": "dump.result",
"date": "0000-00-00T00:00:00.000000Z",
"body": true
}
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"body": {
"type": "Hash",
"name": "Memos",
Expand All @@ -27,6 +31,7 @@
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"body": {
"type": "Hash",
"name": "Memos",
Expand All @@ -37,6 +42,7 @@
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"body": {
"type": "PatriciaTrie",
"name": "Tags",
Expand All @@ -47,6 +53,7 @@
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"body": {
"type": "PatriciaTrie",
"name": "Tags",
Expand All @@ -57,6 +64,7 @@
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"body": {
"type": "Hash",
"name": "Users",
Expand All @@ -67,6 +75,7 @@
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"body": {
"type": "Hash",
"name": "Users",
Expand All @@ -77,6 +86,7 @@
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"body": {
"table": "Memos",
"name": "tags",
Expand All @@ -91,6 +101,7 @@
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"body": {
"table": "Memos",
"name": "tags",
Expand All @@ -105,6 +116,7 @@
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"body": {
"table": "Memos",
"key": "Groonga newbie",
Expand All @@ -120,6 +132,7 @@
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"body": {
"table": "Memos",
"key": "Groonga newbie",
Expand All @@ -135,10 +148,12 @@
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"type": "dump.end"
}
{
"inReplyTo": "request-id",
"dataset": "Default",
"date": "0000-00-00T00:00:00.000000Z",
"type": "dump.end"
}

0 comments on commit b08ef11

Please sign in to comment.