[Groonga-commit] groonga/express-kotoumi [master] Specify correct API type for createRESTHandler()

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Jan 17 12:43:21 JST 2013


YUKI Hiroshi	2013-01-17 12:43:21 +0900 (Thu, 17 Jan 2013)

  New Revision: 19fd034790f38f77dcda5603f6e9be6eafe3cdd7
  https://github.com/groonga/express-kotoumi/commit/19fd034790f38f77dcda5603f6e9be6eafe3cdd7

  Log:
    Specify correct API type for createRESTHandler()

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

  Modified: test/rest-api.test.js (+1 -1)
===================================================================
--- test/rest-api.test.js    2013-01-17 12:41:32 +0900 (892fd2a)
+++ test/rest-api.test.js    2013-01-17 12:43:21 +0900 (9162ee1)
@@ -99,7 +99,7 @@ suite('REST API', function() {
             .takes('search', { requestMessage: true }, function() {})
             .ctrl(2, onReceive);
     var handler = expressKotoumi
-          .createRESTHandler(type,
+          .createRESTHandler('search',
                              requestBuilders,
                              responseBuilders,
                              connection);
-------------- next part --------------
HTML����������������������������...
다운로드 



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