[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:16:41 JST 2013


YUKI Hiroshi	2013-02-06 13:16:41 +0900 (Wed, 06 Feb 2013)

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

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

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

  Modified: test/express-adaptor.test.js (+1 -1)
===================================================================
--- test/express-adaptor.test.js    2013-02-06 13:15:50 +0900 (5479c83)
+++ test/express-adaptor.test.js    2013-02-06 13:16:41 +0900 (1e77530)
@@ -206,7 +206,7 @@ suite('Adaption for express application', 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