[Groonga-commit] groonga/express-kotoumi [master] Fix mismatched variable name

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 28 13:22:16 JST 2013


YUKI Hiroshi	2013-01-28 13:22:16 +0900 (Mon, 28 Jan 2013)

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

  Log:
    Fix mismatched variable name

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

  Modified: test/backend-receiver.test.js (+1 -1)
===================================================================
--- test/backend-receiver.test.js    2013-01-28 13:21:18 +0900 (329fec0)
+++ test/backend-receiver.test.js    2013-01-28 13:22:16 +0900 (1091ea0)
@@ -15,7 +15,7 @@ function connectTo(port) {
     clientSocket.destroy();
     deferred.fail(error);
   });
-  clientSocket.connect(receiver.port, 'localhost', function(){
+  clientSocket.connect(port, 'localhost', function(){
     deferred.call(clientSocket);
   });
   return deferred;
-------------- next part --------------
HTML����������������������������...
Télécharger 



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