File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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-
36083595function finished_test ( test_object ) {
36093596 for ( var name in test_object ) {
36103597 sys . puts ( "= executing test: " + name + " [" + test_object [ name ] + "]" ) ;
You can’t perform that action at this time.
0 commit comments