summaryrefslogtreecommitdiff
path: root/jstests/index6.js
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2010-03-30 10:53:20 -0700
committerAaron <aaron@10gen.com>2010-03-30 10:53:20 -0700
commit5085e409181bc3ef50732a28eae5ccd8f703a969 (patch)
tree6c4bfa4e6052a1a38ee247f316e11572eec5214c /jstests/index6.js
parent11129084912c11925568dd3957174c04151368df (diff)
downloadmongo-5085e409181bc3ef50732a28eae5ccd8f703a969.tar.gz
fix test name for parallel
Diffstat (limited to 'jstests/index6.js')
-rw-r--r--jstests/index6.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/index6.js b/jstests/index6.js
index 7514aca1eab..8dbd8f74fcf 100644
--- a/jstests/index6.js
+++ b/jstests/index6.js
@@ -1,6 +1,6 @@
// index6.js Test indexes on array subelements.
-r = db.ed.db.index5;
+r = db.ed.db.index6;
r.drop();
r.save( { comments : [ { name : "eliot", foo : 1 } ] } );