DATADOC-293 - Activated Polygon related tests.
CI system has been updated to Mongo 2.0 so we can activate the test invoking its features.
This commit is contained in:
@@ -29,7 +29,6 @@ import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
|
||||
@@ -142,7 +141,6 @@ public class GeoSpatialTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void withinPolygon() {
|
||||
|
||||
Point first = new Point(-73.99756, 40.73083);
|
||||
|
||||
@@ -24,7 +24,6 @@ import java.util.HashSet;
|
||||
import java.util.List;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -266,7 +265,6 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void findsPeopleByLocationWithinPolygon() {
|
||||
|
||||
Point point = new Point(-73.99171, 40.738868);
|
||||
|
||||
Reference in New Issue
Block a user