Skip to content

Commit 8b4130b

Browse files
author
Christian Amor Kvalheim
committed
Removed non-relevant integration test
1 parent 4c17fbf commit 8b4130b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

integration/integration_tests.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3334,18 +3334,6 @@ var all_tests = {
33343334
});
33353335
},
33363336

3337-
test_find_one_error_handling : function() {
3338-
client.createCollection('test_find_one_error_handling', function(err, collection) {
3339-
// Try to fetch an object using a totally invalid and wrong hex string... what we're interested in here
3340-
// is the error handling of the findOne Method
3341-
try {
3342-
collection.findOne({"_id":ObjectID.createFromHexString('5e9bd59248305adf18ebc15703a1')}, function(err, result) {});
3343-
} catch (err) {
3344-
finished_test({test_find_one_error_handling:'ok'});
3345-
}
3346-
});
3347-
},
3348-
33493337
// test_force_binary_error : function() {
33503338
// client.createCollection('test_force_binary_error', function(err, collection) {
33513339
// // Try to fetch an object using a totally invalid and wrong hex string... what we're interested in here
@@ -3604,7 +3592,6 @@ function run_tests() {
36043592
});
36053593
}
36063594

3607-
36083595
function finished_test(test_object) {
36093596
for(var name in test_object) {
36103597
sys.puts("= executing test: " + name + " [" + test_object[name] + "]");

0 commit comments

Comments
 (0)