Skip to content

Commit dbc7601

Browse files
committed
DATADOC-293 - Activated Polygon related tests.
CI system has been updated to Mongo 2.0 so we can activate the test invoking its features.
1 parent ccf981b commit dbc7601

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/geo/GeoSpatialTests.java

-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import org.apache.commons.logging.LogFactory;
3030
import org.junit.After;
3131
import org.junit.Before;
32-
import org.junit.Ignore;
3332
import org.junit.Test;
3433
import org.springframework.context.ApplicationContext;
3534
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
@@ -142,7 +141,6 @@ public void withinBox() {
142141
}
143142

144143
@Test
145-
@Ignore
146144
public void withinPolygon() {
147145

148146
Point first = new Point(-73.99756, 40.73083);

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/repository/AbstractPersonRepositoryIntegrationTests.java

-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import java.util.List;
2525

2626
import org.junit.Before;
27-
import org.junit.Ignore;
2827
import org.junit.Test;
2928
import org.junit.runner.RunWith;
3029
import org.springframework.beans.factory.annotation.Autowired;
@@ -266,7 +265,6 @@ public void findsPeopleByLocationWithinBox() {
266265
}
267266

268267
@Test
269-
@Ignore
270268
public void findsPeopleByLocationWithinPolygon() {
271269

272270
Point point = new Point(-73.99171, 40.738868);

0 commit comments

Comments
 (0)