Skip to content

Commit 3e72bd8

Browse files
committed
moved mock tests to generator section
1 parent ac0fee1 commit 3e72bd8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/runner.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,6 @@ var testFiles = [
300300
, '/test/functional/find_and_modify_tests.js'
301301
, '/test/functional/hang_tests.js'
302302

303-
// Mock tests
304-
, '/test/functional/command_write_concern_tests.js',
305-
306303
// Replicaset tests
307304
, '/test/functional/replset_read_preference_tests.js'
308305
, '/test/functional/replset_operations_tests.js'
@@ -346,6 +343,8 @@ try {
346343
eval("(function *(){})");
347344
// Generator tests
348345
testFiles.push('/test/functional/operation_generators_example_tests.js');
346+
// Mock tests
347+
testFiles.push('/test/functional/command_write_concern_tests.js');
349348
} catch(err) {}
350349

351350
// Add all the tests to run

0 commit comments

Comments
 (0)