summaryrefslogtreecommitdiff
path: root/jstests/capped6.js
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-04-24 16:00:09 -0400
committerEliot Horowitz <eliot@10gen.com>2012-04-24 16:00:09 -0400
commit5dda12ce95f136a06ad24cc3cf58606a51d058e5 (patch)
tree10e512d3515557620ed370d3ffc3897687fedb71 /jstests/capped6.js
parentf1eced224de959059275ff814fe1215845ac5b27 (diff)
downloadmongo-5dda12ce95f136a06ad24cc3cf58606a51d058e5.tar.gz
captrunc doesn't replicate, so drop collections at end of test
Diffstat (limited to 'jstests/capped6.js')
-rw-r--r--jstests/capped6.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/capped6.js b/jstests/capped6.js
index 098f667732f..5986f086b9c 100644
--- a/jstests/capped6.js
+++ b/jstests/capped6.js
@@ -105,3 +105,5 @@ tzz = db.capped6;
for( var i = 0; i < 10; ++i ) {
doTest();
}
+
+//tzz.drop();