@@ -79,41 +79,41 @@ module.exports = function(configurations) {
7979 // The list of files to execute
8080 . add ( "functional_tests" ,
8181 [
82- // '/test/tests/functional/mongo_reply_parser_tests.js'
83- // , '/test/tests/functional/connection_pool_tests.js'
84- // , '/test/tests/functional/gridstore/readstream_tests.js'
85- // , '/test/tests/functional/gridstore/grid_tests.js'
86- // , '/test/tests/functional/gridstore/gridstore_direct_streaming_tests.js'
87- // , '/test/tests/functional/gridstore/gridstore_tests.js'
88- // , '/test/tests/functional/gridstore/gridstore_stream_tests.js'
89- // , '/test/tests/functional/gridstore/gridstore_file_tests.js'
90- // , '/test/tests/functional/util_tests.js'
91- // , '/test/tests/functional/multiple_db_tests.js'
92- // , '/test/tests/functional/logging_tests.js'
93- // , '/test/tests/functional/custom_pk_tests.js'
94- // , '/test/tests/functional/geo_tests.js'
95- // , '/test/tests/functional/write_preferences_tests.js'
96- // , '/test/tests/functional/remove_tests.js'
97- // , '/test/tests/functional/unicode_tests.js'
98- // , '/test/tests/functional/raw_tests.js'
82+ '/test/tests/functional/mongo_reply_parser_tests.js'
83+ , '/test/tests/functional/connection_pool_tests.js'
84+ , '/test/tests/functional/gridstore/readstream_tests.js'
85+ , '/test/tests/functional/gridstore/grid_tests.js'
86+ , '/test/tests/functional/gridstore/gridstore_direct_streaming_tests.js'
87+ , '/test/tests/functional/gridstore/gridstore_tests.js'
88+ , '/test/tests/functional/gridstore/gridstore_stream_tests.js'
89+ , '/test/tests/functional/gridstore/gridstore_file_tests.js'
90+ , '/test/tests/functional/util_tests.js'
91+ , '/test/tests/functional/multiple_db_tests.js'
92+ , '/test/tests/functional/logging_tests.js'
93+ , '/test/tests/functional/custom_pk_tests.js'
94+ , '/test/tests/functional/geo_tests.js'
95+ , '/test/tests/functional/write_preferences_tests.js'
96+ , '/test/tests/functional/remove_tests.js'
97+ , '/test/tests/functional/unicode_tests.js'
98+ , '/test/tests/functional/raw_tests.js'
9999 , '/test/tests/functional/mapreduce_tests.js'
100- // , '/test/tests/functional/cursorstream_tests.js'
101- // , '/test/tests/functional/index_tests.js'
102- // , '/test/tests/functional/cursor_tests.js'
103- // , '/test/tests/functional/find_tests.js'
104- // , '/test/tests/functional/insert_tests.js'
105- // , '/test/tests/functional/admin_mode_tests.js'
106- // , '/test/tests/functional/aggregation_tests.js'
107- // , '/test/tests/functional/exception_tests.js'
108- // , '/test/tests/functional/error_tests.js'
109- // , '/test/tests/functional/command_generation_tests.js'
110- // , '/test/tests/functional/uri_tests.js'
111- // , '/test/tests/functional/url_parser_tests.js'
112- // , '/test/tests/functional/objectid_tests.js'
113- // , '/test/tests/functional/connection_tests.js'
114- // , '/test/tests/functional/collection_tests.js'
115- // , '/test/tests/functional/db_tests.js'
116- // , '/test/tests/functional/read_preferences_tests.js'
100+ , '/test/tests/functional/cursorstream_tests.js'
101+ , '/test/tests/functional/index_tests.js'
102+ , '/test/tests/functional/cursor_tests.js'
103+ , '/test/tests/functional/find_tests.js'
104+ , '/test/tests/functional/insert_tests.js'
105+ , '/test/tests/functional/admin_mode_tests.js'
106+ , '/test/tests/functional/aggregation_tests.js'
107+ , '/test/tests/functional/exception_tests.js'
108+ , '/test/tests/functional/error_tests.js'
109+ , '/test/tests/functional/command_generation_tests.js'
110+ , '/test/tests/functional/uri_tests.js'
111+ , '/test/tests/functional/url_parser_tests.js'
112+ , '/test/tests/functional/objectid_tests.js'
113+ , '/test/tests/functional/connection_tests.js'
114+ , '/test/tests/functional/collection_tests.js'
115+ , '/test/tests/functional/db_tests.js'
116+ , '/test/tests/functional/read_preferences_tests.js'
117117 ]
118118 ) ;
119119
0 commit comments