[Groonga-commit] groonga/express-kotoumi [master] test: Fix expected event name

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Feb 6 17:54:40 JST 2013


YUKI Hiroshi	2013-02-06 17:54:40 +0900 (Wed, 06 Feb 2013)

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

  Log:
    test: Fix expected event name

  Modified files:
    test/frontend-socket.io-adaptor.test.js

  Modified: test/frontend-socket.io-adaptor.test.js (+1 -1)
===================================================================
--- test/frontend-socket.io-adaptor.test.js    2013-02-06 17:53:11 +0900 (dec9191)
+++ test/frontend-socket.io-adaptor.test.js    2013-02-06 17:54:40 +0900 (8d47618)
@@ -295,7 +295,7 @@ suite('Socket.IO API', function() {
 
     var mockedReceiver = nodemock
           .mock('receive')
-            .takes({ responseMessage: true });
+            .takes('custom response');
 
     var application = express();
     utils.setupServer(application)
-------------- next part --------------
HTML����������������������������...
Télécharger 



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