[Groonga-commit] groonga/express-kotoumi [master] Set replyTo to expected message envelope

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 18 17:23:17 JST 2013


YUKI Hiroshi	2013-01-18 17:23:17 +0900 (Fri, 18 Jan 2013)

  New Revision: de66fdbe2b432a77c60f756ddb7010eff6174e50
  https://github.com/groonga/express-kotoumi/commit/de66fdbe2b432a77c60f756ddb7010eff6174e50

  Log:
    Set replyTo to expected message envelope

  Modified files:
    test/backend-adaptor.test.js

  Modified: test/backend-adaptor.test.js (+2 -0)
===================================================================
--- test/backend-adaptor.test.js    2013-01-18 16:56:01 +0900 (4f4a17a)
+++ test/backend-adaptor.test.js    2013-01-18 17:23:17 +0900 (a77a550)
@@ -32,6 +32,7 @@ suite('Connection', function() {
     assert.envelopeEqual(message,
                          { id:         TypeOf('string'),
                            date:       InstanceOf(Date),
+                           replyTo:    'localhost:' + utils.testReceivePort,
                            statusCode: 200,
                            type:       'testRequest',
                            body:       { command: 'foobar' } });
@@ -71,6 +72,7 @@ suite('Connection', function() {
     assert.envelopeEqual(message,
                          { id:         TypeOf('string'),
                            date:       InstanceOf(Date),
+                           replyTo:    'localhost:' + utils.testReceivePort,
                            statusCode: 200,
                            type:       'testRequest',
                            body:       { command: 'foobar' } });
-------------- next part --------------
HTML����������������������������...
Télécharger 



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