summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-04-24 21:50:31 -0400
committerEliot Horowitz <eliot@10gen.com>2012-04-24 21:51:17 -0400
commit947fa6924c873f5df1e1bdce68b22baaf80163d0 (patch)
tree92de1d59f52c115639d0e88a684fe6d839d1530f
parent97ab12742ac1779448d725521f805b8cb2f5f25f (diff)
downloadmongo-947fa6924c873f5df1e1bdce68b22baaf80163d0.tar.gz
drop collection at end of capped6 since captrunc doesn't replicate properly
-rw-r--r--jstests/capped6.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/capped6.js b/jstests/capped6.js
index 5986f086b9c..5db12b2fcf9 100644
--- a/jstests/capped6.js
+++ b/jstests/capped6.js
@@ -106,4 +106,4 @@ for( var i = 0; i < 10; ++i ) {
doTest();
}
-//tzz.drop();
+tzz.drop();