[Groonga-commit] groonga/express-kotoumi [master] Update expected arguments for connection.emitMessage()

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jan 23 18:24:35 JST 2013


YUKI Hiroshi	2013-01-23 18:24:35 +0900 (Wed, 23 Jan 2013)

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

  Log:
    Update expected arguments for connection.emitMessage()

  Modified files:
    test/rest-api.test.js

  Modified: test/rest-api.test.js (+1 -1)
===================================================================
--- test/rest-api.test.js    2013-01-23 18:24:22 +0900 (ebfba3a)
+++ test/rest-api.test.js    2013-01-23 18:24:35 +0900 (d076d96)
@@ -92,7 +92,7 @@ suite('REST API', function() {
     var onReceive = {};
     var connection = nodemock
           .mock('emitMessage')
-            .takes('search', { requestMessage: true }, function() {})
+            .takes('search', { requestMessage: true }, function() {}, null)
             .ctrl(2, onReceive);
     var handler = restAdaptor
           .createHandler('search',
-------------- next part --------------
HTML����������������������������...
다운로드 



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