[Groonga-commit] groonga/express-kotoumi [master] Give receiveHostName to the constructor of Connection

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 21 19:08:10 JST 2013


YUKI Hiroshi	2013-01-21 19:08:10 +0900 (Mon, 21 Jan 2013)

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

  Log:
    Give receiveHostName to the constructor of Connection

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

  Modified: test/backend-adaptor.test.js (+1 -0)
===================================================================
--- test/backend-adaptor.test.js    2013-01-21 19:06:09 +0900 (a1fce31)
+++ test/backend-adaptor.test.js    2013-01-21 19:08:10 +0900 (dbdd628)
@@ -14,6 +14,7 @@ suite('Connection', function() {
   setup(function() {
     connection = new Connection({
       tag:        'test',
+      receiveHostName: 'localhost',
       receivePort: utils.testReceivePort,
       sender:     sender = utils.createMockedSender(),
       receiver:   receiver = utils.createMockedReceiver()
-------------- next part --------------
HTML����������������������������...
다운로드 



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