You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Eduardo Sorribas c6e8f5c6cf Collection proxy with harmony. 11 years ago
..
index.js Run both with and without --harmony on every node version. 11 years ago
insert.js Refactor test insert code to use the db.col.insert() function. 11 years ago
test-chained-collection-names.js Add test for chained collection names 11 years ago
test-crash.js Fix the mongojs module reference in test-crash.js 11 years ago
test-create-collection.js added test for createCollection 11 years ago
test-cursor-explain.js Add test for cursor explain 11 years ago
test-cursor-map.js Add the cursor.map function 11 years ago
test-cursor-size.js Add the cursor.size method 11 years ago
test-find-and-modify.js Extract lastErrorObject from the err argument if findAndModify fails 11 years ago
test-find-and-select.js added npm test link 12 years ago
test-find-by-objectid.js better test coverage 12 years ago
test-find-cursor-options.js sync update and cursor chain tests 12 years ago
test-find-cursor.js added npm test link 12 years ago
test-find-limit.js better test coverage 12 years ago
test-find-one.js added npm test link 12 years ago
test-find-query.js added npm test link 12 years ago
test-find.js added npm test link 12 years ago
test-get-collection-names.js Normalize callback arguments. Same as shell. 11 years ago
test-group.js better test coverage 12 years ago
test-insert.js Change the insert callback to make it more intuitive. 11 years ago
test-optional-callback.js added test for optional callbacks. cc #135 11 years ago
test-proxy.js Collection proxy with harmony. 11 years ago
test-remove.js Normalize lastErrorObject 11 years ago
test-runcommand.js Fix runCommand() bugs and update tests 11 years ago
test-save.js Change normalized callback arguments. 11 years ago
test-simple.js tests should work even if not installed in node_modules 12 years ago
test-streaming-cursor.js test for streaming cursors 12 years ago
test-update-and-callback.js Change normalized callback arguments. 11 years ago
test-update-multi.js Normalize lastErrorObject 11 years ago
test-update.js Normalize lastErrorObject 11 years ago