comment back in geo tests.

This commit is contained in:
Mark Pollack
2011-05-27 16:43:18 -04:00
parent e0bd465649
commit 115d419d0a

View File

@@ -124,7 +124,6 @@ public class GeoSpatialTests {
}
@Test
@Ignore("run only on v 1.7.0 server or greater")
public void withinCenterSphere() {
Circle circle = new Circle(-73.99171, 40.738868, 0.003712240453784);
List<Venue> venues = template.find(new Query(Criteria.where("location").withinCenterSphere(circle)), Venue.class);
@@ -148,7 +147,6 @@ public class GeoSpatialTests {
}
@Test
@Ignore("run only on v 1.7.0 server or greater")
public void nearSphere() {
Point point = new Point(-73.99171, 40.738868);
List<Venue> venues = template.find(