[Groonga-commit] droonga/express-droonga at f65974d [master] Now the connection sends the message (envelope) itself to its listeners

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 6 12:31:17 JST 2014


YUKI Hiroshi	2014-01-06 12:31:17 +0900 (Mon, 06 Jan 2014)

  New Revision: f65974d6eba57efc05b8763cee9bd986f14f9b54
  https://github.com/droonga/express-droonga/commit/f65974d6eba57efc05b8763cee9bd986f14f9b54

  Message:
    Now the connection sends the message (envelope) itself to its listeners

  Modified files:
    test/droonga-protocol/connection.test.js

  Modified: test/droonga-protocol/connection.test.js (+3 -3)
===================================================================
--- test/droonga-protocol/connection.test.js    2014-01-06 12:12:50 +0900 (5d7670d)
+++ test/droonga-protocol/connection.test.js    2014-01-06 12:31:17 +0900 (75b829f)
@@ -207,9 +207,9 @@ suite('Connection', function() {
         var numericMessage = utils.createEnvelope('numeric', 1234);
         var objectMessage = utils.createEnvelope('object', { value: true });
         callback
-          .takes(stringMessage.body)
-          .takes(numericMessage.body)
-          .takes(objectMessage.body);
+          .takes(stringMessage)
+          .takes(numericMessage)
+          .takes(objectMessage);
 
         utils
           .sendPacketTo(utils.createPacket(stringMessage), utils.testReceivePort)
-------------- next part --------------
HTML����������������������������...
Descargar 



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