summaryrefslogtreecommitdiff
path: root/jstests/index6.js
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2010-08-11 12:38:57 +0200
committerAntonin Kral <a.kral@bobek.cz>2010-08-11 12:38:57 +0200
commit7645618fd3914cb8a20561625913c20d49504a49 (patch)
tree8370f846f58f6d71165b7a0e2eda04648584ec76 /jstests/index6.js
parent68c73c3c7608b4c87f07440dc3232801720b1168 (diff)
downloadmongodb-7645618fd3914cb8a20561625913c20d49504a49.tar.gz
Imported Upstream version 1.6.0
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 7514aca..8dbd8f7 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 } ] } );