[Groonga-commit] groonga/express-kotoumi [master] test: Call correct trigger for callback function registered to "message" event

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Feb 6 13:12:50 JST 2013


YUKI Hiroshi	2013-02-06 13:12:50 +0900 (Wed, 06 Feb 2013)

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

  Log:
    test: Call correct trigger for callback function registered to "message" event

  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 13:11:07 +0900 (28a167d)
+++ test/frontend-socket.io-adaptor.test.js    2013-02-06 13:12:50 +0900 (8335f2f)
@@ -184,7 +184,7 @@ suite('Socket.IO API', function() {
           statusCode: 200,
           body:       { searchResult: true}
         };
-        connection.controllers.search.trigger(envelope);
+        connection.controllers.message.trigger(envelope);
       })
       .wait(0.01)
       .next(function() {
-------------- next part --------------
HTML����������������������������...
Download 



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