Kouhei Sutou
null+****@clear*****
Thu Apr 10 18:45:08 JST 2014
Kouhei Sutou 2014-04-10 18:45:08 +0900 (Thu, 10 Apr 2014) New Revision: 00e7210e4041425fc6444cc31c961469d38efde9 https://github.com/droonga/fluent-plugin-droonga/commit/00e7210e4041425fc6444cc31c961469d38efde9 Message: Follow droonga-client gem change Modified files: test/command/suite/watch/subscribe.expected test/command/suite/watch/unsubscribe.expected Modified: test/command/suite/watch/subscribe.expected (+6 -10) =================================================================== --- test/command/suite/watch/subscribe.expected 2014-04-10 18:30:36 +0900 (b11bb74) +++ test/command/suite/watch/subscribe.expected 2014-04-10 18:45:08 +0900 (7519db5) @@ -1,10 +1,6 @@ -[ - "droonga.message", - 0, - { - "inReplyTo": "request-id", - "statusCode": 200, - "type": "watch.subscribe.result", - "body": true - } -] +{ + "inReplyTo": "request-id", + "statusCode": 200, + "type": "watch.subscribe.result", + "body": true +} Modified: test/command/suite/watch/unsubscribe.expected (+6 -10) =================================================================== --- test/command/suite/watch/unsubscribe.expected 2014-04-10 18:30:36 +0900 (32f6e52) +++ test/command/suite/watch/unsubscribe.expected 2014-04-10 18:45:08 +0900 (cedf7f5) @@ -1,10 +1,6 @@ -[ - "droonga.message", - 0, - { - "inReplyTo": "request-id", - "statusCode": 200, - "type": "watch.unsubscribe.result", - "body": true - } -] +{ + "inReplyTo": "request-id", + "statusCode": 200, + "type": "watch.unsubscribe.result", + "body": true +} -------------- next part -------------- HTML����������������������������...Download