Skip to content

Commit 7486343

Browse files
author
Ben Becker
committed
SERVER-6448: enable nestedobj1.js
1 parent 5a16894 commit 7486343

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jstests/nestedobj1.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//SERVER-5127, SERVER-5036
22

3-
if ( typeof _threadInject == "undefined" ) { // SERVER-6448
4-
53
function makeNestObj(depth){
64
toret = { a : 1};
75

@@ -28,4 +26,3 @@ assert.eq(1, t.find({tst : "test2"}).count(), "find test");
2826
//make sure index insertion failed (nesting must be large enough)
2927
assert.eq(0, t.find().hint({a:1}).explain().n, "index not empty");
3028
print("Test succeeded!")
31-
}

0 commit comments

Comments
 (0)