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:
Oliver Gierke
2011-10-12 14:04:52 +02:00
parent ccf981b8fb
commit dbc7601d7b
2 changed files with 0 additions and 4 deletions

View File

@@ -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);

View File

@@ -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);