We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3289efe commit 14d72f0Copy full SHA for 14d72f0
driver-legacy/src/test/functional/com/mongodb/MapReduceTest.java
@@ -150,6 +150,7 @@ public void testMapReduceWithOutputToAnotherDatabase() {
150
MapReduceCommand.OutputType.REPLACE,
151
new BasicDBObject());
152
command.setOutputDB(MR_DATABASE);
153
+ getClient().getDatabase(MR_DATABASE).createCollection(DEFAULT_COLLECTION);
154
MapReduceOutput output = collection.mapReduce(command);
155
156
@SuppressWarnings("deprecation")
0 commit comments