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.
 
Ole Gammelgaard Poulsen e7492e9807 Style changed to be compliant with javascript standard style 9 years ago
..
crash.js Insert space before function opening bracket 9 years ago
insert.js Fix code style to match standard version 5 code style 9 years ago
tape.js Don't overwrite setImmediate 9 years ago
test-aggregate-options.js Add feature to pass options to aggregate. Closes #249 9 years ago
test-aggregate-pipeline.js Fix code style to match standard version 5 code style 9 years ago
test-aggregate.js Cleanup test 9 years ago
test-bulk-replace-one.js Add tests for bulk.toString and bulk.find.replaceOne 9 years ago
test-bulk-updates.js Remove spaces before colon in object literals 9 years ago
test-chained-collection-names.js Handle all errors 9 years ago
test-close-unopened.js Add test to assure an unopened db can be closed 9 years ago
test-connect-non-existing-db.js Add a connection error handler 9 years ago
test-connection-strings.js Add tests for connection string parsing 9 years ago
test-crash.js Insert space before function opening bracket 9 years ago
test-create-collection.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-cursor-count.js Rename cursor tests to fit naming schema 9 years ago
test-cursor-explain.js Remove unused variables 9 years ago
test-cursor-foreach.js Rename cursor tests to fit naming schema 9 years ago
test-cursor-map.js Remove trailing spaces 9 years ago
test-cursor-rewind.js Remove unused callback "done" 9 years ago
test-cursor-size.js Handle all errors 9 years ago
test-db-stats.js Increase coverage by adding tests for eval, drop database, db stats, create and drop users 9 years ago
test-disinct.js Remove unused variables 9 years ago
test-drop-database.js Increase coverage by adding tests for eval, drop database, db stats, create and drop users 9 years ago
test-drop-indexes.js Remove unused variables 9 years ago
test-empty-bulk.js Fix code style to adhere to the standard 9 years ago
test-eval.js Increase coverage by adding tests for eval, drop database, db stats, create and drop users 9 years ago
test-event-close.js Implement events 9 years ago
test-event-connect.js Implement events 9 years ago
test-expose-bson-types.js Fix code style 9 years ago
test-find-and-modify.js Remove trailing comma in object literal 9 years ago
test-find-and-select.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-find-by-objectid.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-find-cursor-options.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-find-cursor.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-find-dot-collection.js add one more test case for #217 dot in collections 9 years ago
test-find-large-collection.js Add test to test queries in large collections to reproduce possible stack trace maximum exceeded errors 9 years ago
test-find-limit.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-find-one.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-find-query.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-find-sort-many.js Style changed to be compliant with javascript standard style 9 years ago
test-find-sort.js Remove unused variables 9 years ago
test-find-tailable.js Handle all errors 9 years ago
test-find.js Remove unused variables 9 years ago
test-get-collection-names.js Handle all errors 9 years ago
test-group.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-insert-duplicate-key.js Add test for pull request #237 "Fixed insert error detection and passing" 9 years ago
test-insert.js Remove trailing spaces 9 years ago
test-iscapped.js Handle all errors 9 years ago
test-map-reduce.js Rename map reduce tests 9 years ago
test-mongojs-exports.js Add tests for mongojs bson type exports 9 years ago
test-optional-callback.js Insert space between comma and next value 9 years ago
test-pass-mongodb.js Implement mongojs and mongodb-native connection passing 9 years ago
test-pass-mongojs.js Fix code style to match standard version 5 code style 9 years ago
test-proxy.js Handle all errors 9 years ago
test-remove.js Remove spaces before comma 9 years ago
test-rename-collection.js Add test for rename 9 years ago
test-runcommand.js Handle all errors 9 years ago
test-save.js Handle all errors 9 years ago
test-simple.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-stats.js Fix code style issues 9 years ago
test-streaming-cursor.js Ensure while loops evaluate a conditional expression 9 years ago
test-to-json-bulk.js Fix bulk to json function, add tests to this function 9 years ago
test-to-string-bulk.js Remove semicolons 9 years ago
test-to-string-mongos.js Test toString implementations for mongos and replica set connection strings 9 years ago
test-to-string-replica-set.js Test toString implementations for mongos and replica set connection strings 9 years ago
test-to-string.js Implement mongojs and mongodb-native connection passing 9 years ago
test-update-and-callback.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-update-multi.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-update.js Use t.error to handle errors instead of t.ok(!err) and friends 9 years ago
test-user-create.js Increase coverage by adding tests for eval, drop database, db stats, create and drop users 9 years ago
test-user-drop.js Increase coverage by adding tests for eval, drop database, db stats, create and drop users 9 years ago