[Groonga-commit] droonga/express-droonga at 0762f66 [master] utils.createClientSocket now returns a client instead of a raw socket

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 6 12:33:54 JST 2014


YUKI Hiroshi	2014-01-06 12:33:54 +0900 (Mon, 06 Jan 2014)

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

  Message:
    utils.createClientSocket now returns a client instead of a raw socket

  Modified files:
    test/express-adapter.test.js

  Modified: test/express-adapter.test.js (+2 -2)
===================================================================
--- test/express-adapter.test.js    2014-01-06 12:31:17 +0900 (1f51bb7)
+++ test/express-adapter.test.js    2014-01-06 12:33:54 +0900 (1934780)
@@ -154,8 +154,8 @@ suite('Adaption for express application', function() {
 
       var mockedReceiver;
       utils.createClientSocket()
-        .next(function(newClientSocket) {
-          clientSocket = newClientSocket;
+        .next(function(newClient) {
+          clientSocket = newClient.socket;
           clientSocket.emit('api', 'request');
         })
         .wait(0.01)
-------------- next part --------------
HTML����������������������������...
Download 



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