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

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 28 13:21:18 JST 2013


YUKI Hiroshi	2013-01-28 13:21:18 +0900 (Mon, 28 Jan 2013)

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

  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:20:33 +0900 (e79d386)
+++ test/backend-receiver.test.js    2013-01-28 13:21:18 +0900 (329fec0)
@@ -22,7 +22,7 @@ function connectTo(port) {
 }
 
 function sendPacketTo(packet, port) {
-  return connectTo(receiver.port)
+  return connectTo(port)
     .next(function(clientSocket) {
       var packedPacket = msgpack.pack(packet);
       clientSocket.write(new Buffer(packedPacket));
-------------- next part --------------
HTML����������������������������...
Download 



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