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

test more

This commit is contained in:
Dwight 2011-11-17 14:08:53 -05:00
parent 0afe00a0d5
commit c4e6e5554d

View File

@ -41,8 +41,9 @@ t.insert({ x: 4, z: 2, k: { a: "", b: ""} });
t.insert({ x: 4, z: 2, k: { a: "", b: ""} });
t.insert({ x: 4, z: 2, k: { a: "", b: ""} });
t.insert({ x: 4, z: 2, k: { a: "", b: ""} });
t.insert({ x: 4, z: null, k: { a: "", b: ""} });
t.insert({ x: 4, z: null, k: { f: "", b: ""} });
t.insert({ x: 4, z: null, k: { c: ""} });
t.insert({ x: 4, z: null, k: { h: ""} });
t.insert({ x: 4, z: null });
t.insert({ x: 4, z: 3});
t.insert({ x: 4, z: 2, k: { a: "", b: ""} });