[Groonga-commit] groonga/express-kotoumi [master] Call mocked method correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 21 14:08:01 JST 2013


YUKI Hiroshi	2013-01-21 14:08:01 +0900 (Mon, 21 Jan 2013)

  New Revision: 5361a26554e202c5ffe46a8718391a0be461346b
  https://github.com/groonga/express-kotoumi/commit/5361a26554e202c5ffe46a8718391a0be461346b

  Log:
    Call mocked method correctly

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

  Modified: test/rest-api.test.js (+1 -1)
===================================================================
--- test/rest-api.test.js    2013-01-21 14:06:05 +0900 (d257788)
+++ test/rest-api.test.js    2013-01-21 14:08:01 +0900 (879234b)
@@ -100,7 +100,7 @@ suite('REST API', function() {
             .ctrl(2, onReceive);
     var handler = restAdaptor
           .createHandler('search',
-                         requestBuilders,
+                         requestBuilders.search,
                          connection);
 
     var fakeRequest = { request: true };
-------------- next part --------------
HTML����������������������������...
Download 



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