diff options
author | Benety Goh <benety@mongodb.com> | 2015-01-09 16:51:06 -0500 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2015-01-15 11:01:58 -0500 |
commit | 14424674ca204de09b8f9b37fc007cbde81d1bc9 (patch) | |
tree | 4f666e7e50099cfcbd31c0501604a5913a663e0b /jstests/slow2 | |
parent | 01b4c851c2392857bfb6ef1c47d704a0dbb3daa9 (diff) | |
download | mongo-14424674ca204de09b8f9b37fc007cbde81d1bc9.tar.gz |
SERVER-16782 fixed db.collection shell helper test to work with sharding passthrough test. also removed db.collection.clean() shell helper
Diffstat (limited to 'jstests/slow2')
-rw-r--r-- | jstests/slow2/sharding_jscore_passthrough.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/slow2/sharding_jscore_passthrough.js b/jstests/slow2/sharding_jscore_passthrough.js index 1f7110a5b68..be1580b7a9a 100644 --- a/jstests/slow2/sharding_jscore_passthrough.js +++ b/jstests/slow2/sharding_jscore_passthrough.js @@ -60,7 +60,6 @@ files.forEach(function(x) { * copydbgetnonce * dbhash * medianKey - * clean (apitest_dbcollection) * logout and getnonce */ @@ -74,7 +73,6 @@ files.forEach(function(x) { 'dbhash|' + 'dbhash2|' + 'median|' + - 'apitest_dbcollection|' + 'evalb|' + 'evald|' + 'eval_nolock|' + |