Skip to content

Commit

Permalink
jstests shouldn't drop the "test" db
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Apr 24, 2012
1 parent d861e27 commit f53de11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jstests/extent.js
Expand Up @@ -7,5 +7,5 @@ for ( var i=0; i<50; i++ ) { // enough iterations to break 32 bit.
assert( t.count() == 1 );
t.drop();
}
t.drop();

db.dropDatabase();
3 changes: 1 addition & 2 deletions jstests/indexb.js
Expand Up @@ -5,8 +5,7 @@
// when it doesn't move


t = db.indexb;t = db.indexb;
db.dropDatabase();
t = db.indexb;
t.drop();
t.ensureIndex({a:1},true);

Expand Down

0 comments on commit f53de11

Please sign in to comment.