Repository: incubator-usergrid
Updated Branches:
  refs/heads/USERGRID-405 dcf469378 -> 384fc2b4d


Fixed logic issue in GeoIT test.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/384fc2b4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/384fc2b4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/384fc2b4

Branch: refs/heads/USERGRID-405
Commit: 384fc2b4de62e31f01b67bc91a9b0d79b9d53868
Parents: dcf4693
Author: GERey <[email protected]>
Authored: Fri Mar 20 09:49:06 2015 -0700
Committer: GERey <[email protected]>
Committed: Fri Mar 20 09:49:06 2015 -0700

----------------------------------------------------------------------
 .../core/src/test/java/org/apache/usergrid/persistence/GeoIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/384fc2b4/stack/core/src/test/java/org/apache/usergrid/persistence/GeoIT.java
----------------------------------------------------------------------
diff --git 
a/stack/core/src/test/java/org/apache/usergrid/persistence/GeoIT.java 
b/stack/core/src/test/java/org/apache/usergrid/persistence/GeoIT.java
index ff15063..a71cef5 100644
--- a/stack/core/src/test/java/org/apache/usergrid/persistence/GeoIT.java
+++ b/stack/core/src/test/java/org/apache/usergrid/persistence/GeoIT.java
@@ -177,7 +177,7 @@ public class GeoIT extends AbstractCoreIT {
         Map<String, Object> restaurantProps = new LinkedHashMap<String, 
Object>();
         restaurantProps.put("name", "Brickhouse");
         restaurantProps.put("address", "426 Brannan Street");
-        restaurantProps.put("location", getLocation(37.776753, -122.407846));
+        restaurantProps.put("location", getLocation(37.779632, -122.395131));
 
         Entity restaurant = em.create("restaurant", restaurantProps);
         assertNotNull(restaurant);

Reply via email to