Skip to content

Commit

Permalink
fix test collection name for parallel suite
Browse files Browse the repository at this point in the history
  • Loading branch information
astaple committed Dec 8, 2010
1 parent 191a96c commit df0c9ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jstests/index_sparse1.js
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@


t = db.index_sparse1 t = db.index_sparse1;
t.drop(); t.drop();


t.insert( { _id : 1 , x : 1 } ) t.insert( { _id : 1 , x : 1 } )
Expand Down
2 changes: 1 addition & 1 deletion jstests/index_sparse2.js
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
t = db.index_sparse1 t = db.index_sparse2;
t.drop(); t.drop();


t.insert( { _id : 1 , x : 1 , y : 1 } ) t.insert( { _id : 1 , x : 1 , y : 1 } )
Expand Down

0 comments on commit df0c9ad

Please sign in to comment.