[Groonga-commit] droonga/express-droonga at 20c0747 [master] Fix the test script for the move the offset element

Back to archive index

naoa null+****@clear*****
Mon Mar 3 01:32:02 JST 2014


naoa	2014-03-03 01:32:02 +0900 (Mon, 03 Mar 2014)

  New Revision: 20c0747933e89f0b7829c3f413a02df386ac6883
  https://github.com/droonga/express-droonga/commit/20c0747933e89f0b7829c3f413a02df386ac6883

  Merged 7adfe8a: Merge pull request #19 from naoa/fix-restapi-offset

  Message:
    Fix the test script for the move the offset element

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

  Modified: test/rest-request-builder.test.js (+1 -1)
===================================================================
--- test/rest-request-builder.test.js    2014-03-02 23:43:34 +0900 (6483db7)
+++ test/rest-request-builder.test.js    2014-03-03 01:32:02 +0900 (a750dba)
@@ -57,12 +57,12 @@ suite('building message from REST adapter request', function() {
               query:   'foobar',
               matchTo: ['realname', 'nickname'],
             },
-            offset:  10,
             sortBy:  ['-realname', '-nickname'],
             output: {
               attributes: ['realname', 'nickname', 'age', 'job'],
               elements: utils.allElements,
               limit:   100,
+              offset:  10,
             }
           }
         }
-------------- next part --------------
HTML����������������������������...
Download 



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