diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2014-01-29 17:12:35 -0500 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2014-01-29 17:15:54 -0500 |
commit | 39032c059a318f1c9e0f917ba4af051cd1c2420f (patch) | |
tree | 561df7d5bffca0febeef954be74d8f76239fb181 /jstests/multiVersion | |
parent | dab7af2409c775a69489fe09f72f39c1b4f445aa (diff) | |
download | mongo-39032c059a318f1c9e0f917ba4af051cd1c2420f.tar.gz |
SERVER-4966: Renable tests for Windows
Diffstat (limited to 'jstests/multiVersion')
6 files changed, 0 insertions, 17 deletions
diff --git a/jstests/multiVersion/replset_primary_updater1.js b/jstests/multiVersion/replset_primary_updater1.js index aad500279fd..74b5909de43 100644 --- a/jstests/multiVersion/replset_primary_updater1.js +++ b/jstests/multiVersion/replset_primary_updater1.js @@ -8,7 +8,6 @@ * nodes along this chain. */ -if (!_isWindows()) { function myprint( x ) { print( "tags output: " + x ); } @@ -203,4 +202,3 @@ assert.eq(result.err, "timeout"); replTest.stopSet(); myprint("\n\ntags.js SUCCESS\n\n"); -} diff --git a/jstests/multiVersion/replset_primary_updater2.js b/jstests/multiVersion/replset_primary_updater2.js index 6cba12d43f8..6b9abb7c4e3 100644 --- a/jstests/multiVersion/replset_primary_updater2.js +++ b/jstests/multiVersion/replset_primary_updater2.js @@ -8,7 +8,6 @@ * nodes along this chain. */ -if (!_isWindows()) { function myprint( x ) { print( "tags output: " + x ); } @@ -202,5 +201,3 @@ assert.eq(result.err, "timeout"); replTest.stopSet(); myprint("\n\ntags.js SUCCESS\n\n"); - -} diff --git a/jstests/multiVersion/replset_primary_updater3.js b/jstests/multiVersion/replset_primary_updater3.js index f463dee245e..60923daf755 100644 --- a/jstests/multiVersion/replset_primary_updater3.js +++ b/jstests/multiVersion/replset_primary_updater3.js @@ -8,7 +8,6 @@ * nodes along this chain. */ -if (!_isWindows()) { function myprint( x ) { print( "tags output: " + x ); } @@ -202,5 +201,3 @@ assert.eq(result.err, "timeout"); replTest.stopSet(); myprint("\n\ntags.js SUCCESS\n\n"); - -} diff --git a/jstests/multiVersion/replset_primary_updater4.js b/jstests/multiVersion/replset_primary_updater4.js index 7bee3ca5db4..4eca675d320 100644 --- a/jstests/multiVersion/replset_primary_updater4.js +++ b/jstests/multiVersion/replset_primary_updater4.js @@ -8,7 +8,6 @@ * nodes along this chain. */ -if (!_isWindows()) { function myprint( x ) { print( "tags output: " + x ); } @@ -202,5 +201,3 @@ assert.eq(result.err, "timeout"); replTest.stopSet(); myprint("\n\ntags.js SUCCESS\n\n"); - -} diff --git a/jstests/multiVersion/replset_primary_updater5.js b/jstests/multiVersion/replset_primary_updater5.js index 6e01fcd76f0..c701fd4a20d 100644 --- a/jstests/multiVersion/replset_primary_updater5.js +++ b/jstests/multiVersion/replset_primary_updater5.js @@ -8,7 +8,6 @@ * nodes along this chain. */ -if (!_isWindows()) { function myprint( x ) { print( "tags output: " + x ); } @@ -202,5 +201,3 @@ assert.eq(result.err, "timeout"); replTest.stopSet(); myprint("\n\ntags.js SUCCESS\n\n"); - -} diff --git a/jstests/multiVersion/replset_primary_updater6.js b/jstests/multiVersion/replset_primary_updater6.js index 1a683d27def..bda4f5cb60c 100644 --- a/jstests/multiVersion/replset_primary_updater6.js +++ b/jstests/multiVersion/replset_primary_updater6.js @@ -8,7 +8,6 @@ * nodes along this chain. */ -if (!_isWindows()) { function myprint( x ) { print( "tags output: " + x ); } @@ -202,5 +201,3 @@ assert.eq(result.err, "timeout"); replTest.stopSet(); myprint("\n\ntags.js SUCCESS\n\n"); - -} |