YUKI Hiroshi
null+****@clear*****
Mon Feb 4 12:36:42 JST 2013
YUKI Hiroshi 2013-02-04 12:36:42 +0900 (Mon, 04 Feb 2013) New Revision: 3ea80e98e27687a97692d1d186b64dd3d2a990c3 https://github.com/groonga/express-kotoumi/commit/3ea80e98e27687a97692d1d186b64dd3d2a990c3 Log: test: Prepare stubbed method for internal operations Modified files: test/express-adaptor.test.js Modified: test/express-adaptor.test.js (+1 -0) =================================================================== --- test/express-adaptor.test.js 2013-02-04 12:33:45 +0900 (8181d8f) +++ test/express-adaptor.test.js 2013-02-04 12:36:42 +0900 (98e2d30) @@ -133,6 +133,7 @@ suite('Adaption for express application', function() { test('back to front', function(done) { var handlersFactory = utils.createMockedHandlersFactory(); connection = utils.createMockedBackendConnection(); + connection.emitMessage = function() {}; // stubbing var clientReceiver = nodemock .mock('receive') -------------- next part -------------- HTML����������������������������...Download