0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
This commit is contained in:
Aaron 2010-04-12 17:50:48 -07:00
parent 2c64f5c758
commit 2e64af288e

View File

@ -34,6 +34,7 @@ assert.eq( 1, t.find( { $or: [ { a: {$in:[0,1]}}, { b: {$in:[0,1]}} } ] } ).toA
doTest();
// not part of SERVER-1003, but good check for subseq. implementations
t.drop();
t.ensureIndex( {a:1} );
doTest();