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

use unique collection name in test

This commit is contained in:
Aaron 2011-01-18 13:32:49 -08:00
parent c424e28a2f
commit 5d1abfeb34

View File

@ -1,6 +1,6 @@
// test sorting, mainly a test ver simple with no index
t = db.sorrrt2;
t = db.sort2;
t.drop();
t.save({x:1, y:{a:5,b:4}});