@@ -42,13 +42,13 @@ var startupOptions = {
4242 , skip : false
4343}
4444
45- // // Skipping parameters
46- // var startupOptions = {
47- // skipStartup: false
48- // , skipRestart: false
49- // , skipShutdown: false
50- // , skip: false
51- // }
45+ // Skipping parameters
46+ var startupOptions = {
47+ skipStartup : false
48+ , skipRestart : false
49+ , skipShutdown : false
50+ , skip : false
51+ }
5252
5353/**
5454 * Standalone MongoDB Configuration
@@ -217,75 +217,75 @@ var runner = new Runner({
217217} ) ;
218218
219219var testFiles = [
220- // '/test/functional/mongo_client_tests.js'
221- // , '/test/functional/collection_tests.js'
222- // , '/test/functional/db_tests.js'
223- // , '/test/functional/cursor_tests.js'
224- // , '/test/functional/insert_tests.js'
225- // , '/test/functional/aggregation_tests.js'
226- // , '/test/functional/admin_tests.js'
227- // , '/test/functional/connection_tests.js'
228- // , '/test/functional/cursorstream_tests.js'
229- // , '/test/functional/custom_pk_tests.js'
230- // , '/test/functional/domain_tests.js'
231- // , '/test/functional/error_tests.js'
232- // , '/test/functional/find_tests.js'
233- // , '/test/functional/index_tests.js'
234- // , '/test/functional/mapreduce_tests.js'
235- // , '/test/functional/maxtimems_tests.js'
236- // , '/test/functional/multiple_db_tests.js'
237- // , '/test/functional/object_id_tests.js'
238- // , '/test/functional/raw_tests.js'
239- // , '/test/functional/readpreference_tests.js'
240- // , '/test/functional/remove_tests.js'
241- // , '/test/functional/unicode_tests.js'
242- // , '/test/functional/uri_tests.js'
243- // , '/test/functional/url_parser_tests.js'
244- // , '/test/functional/gridfs_tests.js'
245- // , '/test/functional/bulk_tests.js'
246- // , '/test/functional/operation_example_tests.js'
247- // , '/test/functional/crud_api_tests.js'
248- // , '/test/functional/reconnect_tests.js'
249-
250- // // Promise tests
251- // , '/test/functional/promises_db_tests.js'
252- // , '/test/functional/promises_collection_tests.js'
253- // , '/test/functional/promises_cursor_tests.js'
254- // , '/test/functional/operation_promises_example_tests.js'
220+ '/test/functional/mongo_client_tests.js'
221+ , '/test/functional/collection_tests.js'
222+ , '/test/functional/db_tests.js'
223+ , '/test/functional/cursor_tests.js'
224+ , '/test/functional/insert_tests.js'
225+ , '/test/functional/aggregation_tests.js'
226+ , '/test/functional/admin_tests.js'
227+ , '/test/functional/connection_tests.js'
228+ , '/test/functional/cursorstream_tests.js'
229+ , '/test/functional/custom_pk_tests.js'
230+ , '/test/functional/domain_tests.js'
231+ , '/test/functional/error_tests.js'
232+ , '/test/functional/find_tests.js'
233+ , '/test/functional/index_tests.js'
234+ , '/test/functional/mapreduce_tests.js'
235+ , '/test/functional/maxtimems_tests.js'
236+ , '/test/functional/multiple_db_tests.js'
237+ , '/test/functional/object_id_tests.js'
238+ , '/test/functional/raw_tests.js'
239+ , '/test/functional/readpreference_tests.js'
240+ , '/test/functional/remove_tests.js'
241+ , '/test/functional/unicode_tests.js'
242+ , '/test/functional/uri_tests.js'
243+ , '/test/functional/url_parser_tests.js'
244+ , '/test/functional/gridfs_tests.js'
245+ , '/test/functional/bulk_tests.js'
246+ , '/test/functional/operation_example_tests.js'
247+ , '/test/functional/crud_api_tests.js'
248+ , '/test/functional/reconnect_tests.js'
249+
250+ // Promise tests
251+ , '/test/functional/promises_db_tests.js'
252+ , '/test/functional/promises_collection_tests.js'
253+ , '/test/functional/promises_cursor_tests.js'
254+ , '/test/functional/operation_promises_example_tests.js'
255255
256256 // Generator tests
257257 , '/test/functional/operation_generators_example_tests.js'
258258
259- // // Logging tests
260- // , '/test/functional/logger_tests.js'
259+ // Logging tests
260+ , '/test/functional/logger_tests.js'
261261
262- // // Replicaset tests
263- // , '/test/functional/replset_operations_tests.js'
264- // , '/test/functional/replset_read_preference_tests.js'
265- // , '/test/functional/replset_failover_tests.js'
266- // , '/test/functional/replset_connection_tests.js'
262+ // Replicaset tests
263+ , '/test/functional/replset_operations_tests.js'
264+ , '/test/functional/replset_read_preference_tests.js'
265+ , '/test/functional/replset_failover_tests.js'
266+ , '/test/functional/replset_connection_tests.js'
267267
268- // // Sharding tests
269- // , '/test/functional/sharding_failover_tests.js'
270- // , '/test/functional/sharding_connection_tests.js'
271- // , '/test/functional/sharding_read_preference_tests.js'
268+ // Sharding tests
269+ , '/test/functional/sharding_failover_tests.js'
270+ , '/test/functional/sharding_connection_tests.js'
271+ , '/test/functional/sharding_read_preference_tests.js'
272272
273- // // SSL tests
274- // , '/test/functional/ssl_mongoclient_tests.js'
275- // , '/test/functional/ssl_validation_tests.js'
276- // , '/test/functional/ssl_x509_connect_tests.js'
273+ // SSL tests
274+ , '/test/functional/ssl_mongoclient_tests.js'
275+ , '/test/functional/ssl_validation_tests.js'
276+ , '/test/functional/ssl_x509_connect_tests.js'
277277
278- // // SCRAM tests
279- // , '/test/functional/scram_tests.js'
278+ // SCRAM tests
279+ , '/test/functional/scram_tests.js'
280280
281- // // LDAP Tests
282- // , '/test/functional/ldap_tests.js'
281+ // LDAP Tests
282+ , '/test/functional/ldap_tests.js'
283283
284- // // Kerberos Tests
285- // , '/test/functional/kerberos_tests.js'
284+ // Kerberos Tests
285+ , '/test/functional/kerberos_tests.js'
286286
287- // // Authentication Tests
288- // , '/test/functional/authentication_tests.js'
287+ // Authentication Tests
288+ , '/test/functional/authentication_tests.js'
289289]
290290
291291// Add all the tests to run
0 commit comments