Skip to content

Commit c74dc6b

Browse files
author
Ryan
committed
changed the name of the test database.
1 parent e30809b commit c74dc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/com/mongodb/DBCollectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void testFindOne() {
100100
@Test
101101
public void testDropDatabase() throws Exception {
102102
final Mongo mongo = new Mongo( "127.0.0.1" );
103-
mongo.getDB("testDropDatabase").dropDatabase();
103+
mongo.getDB("com_mongodb_unittest_dropDatabaseTest").dropDatabase();
104104
mongo.close();
105105
}
106106

0 commit comments

Comments
 (0)