[Groonga-commit] groonga/express-kotoumi [master] Specify fake query parameters as strings

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jan 23 18:24:22 JST 2013


YUKI Hiroshi	2013-01-23 18:24:22 +0900 (Wed, 23 Jan 2013)

  New Revision: 55f2159b2bfbbd578a60510e6681360f965af115
  https://github.com/groonga/express-kotoumi/commit/55f2159b2bfbbd578a60510e6681360f965af115

  Log:
    Specify fake query parameters as strings

  Modified files:
    test/rest-request-builder.test.js

  Modified: test/rest-request-builder.test.js (+1 -1)
===================================================================
--- test/rest-request-builder.test.js    2013-01-23 18:21:22 +0900 (f2c008a)
+++ test/rest-request-builder.test.js    2013-01-23 18:24:22 +0900 (0bd78ad)
@@ -48,7 +48,7 @@ suite('building message from REST API request', function() {
           match_to:   'realname,nickname',
           sort_by:    '-realname,-nickname',
           attributes: 'realname,nickname,age,job',
-          timeout:    1000
+          timeout:    '1000'
         }
       };
       var expectedBody = {
-------------- next part --------------
HTML����������������������������...
Télécharger 



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