0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

regex4.js use correct namespace, for parallel tests

This commit is contained in:
Aaron 2010-02-17 15:36:45 -08:00
parent 1d97a69eae
commit 810eb323c3

View File

@ -1,5 +1,5 @@
t = db.regex3;
t = db.regex4;
t.drop();
t.save( { name : "eliot" } );