summaryrefslogtreecommitdiff
path: root/jstests/profile3.js
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2012-02-12 16:21:08 -0800
committerAaron <aaron@10gen.com>2012-02-12 16:21:08 -0800
commit3783f485e4e0447f5edf912b23aa402d35729883 (patch)
tree7f3e260549af67e2a62bce5f86c3e7c95ef9f08a /jstests/profile3.js
parent61c3988d373a3e2d497feb577a4f9a6da334d938 (diff)
downloadmongo-3783f485e4e0447f5edf912b23aa402d35729883.tar.gz
Revert "profile tests could not run in parallel, need own db"
Shared 'db' variable was being reassigned. This reverts commit 408bdeb3ca7e820e2ac1c32454e21e65cbdf9179.
Diffstat (limited to 'jstests/profile3.js')
-rw-r--r--jstests/profile3.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/profile3.js b/jstests/profile3.js
index 5fe08eda2ec..7c6a3a4e782 100644
--- a/jstests/profile3.js
+++ b/jstests/profile3.js
@@ -1,7 +1,4 @@
-// special db so that it can be run in parallel tests
-db = db.getSisterDB("profile3");
-
t = db.profile3;
t.drop();