Polished map-reduce tests and formatted documentation with XMLEditor.

This commit is contained in:
Oliver Gierke
2011-09-04 14:00:09 +02:00
parent 745e1f313d
commit 091246a9aa
2 changed files with 67 additions and 66 deletions

View File

@@ -15,20 +15,13 @@
*/
package org.springframework.data.mongodb.core.mapreduce;
import static org.junit.Assert.*;
import static org.hamcrest.CoreMatchers.*;
import org.junit.Test;
import org.springframework.data.mongodb.core.query.Criteria;
import com.mongodb.BasicDBObject;
import com.mongodb.DBObject;
public class MapReduceOptionsTests {
@Test
public void testFinalize() {
MapReduceOptions o = new MapReduceOptions().finalizeFunction("code");
new MapReduceOptions().finalizeFunction("code");
}
}