Skip to content

Commit 7af478e

Browse files
committed
Updated Java Test file
Updated Java Test file
1 parent 7b42195 commit 7af478e

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ src/.DS_Store
1111
src/.DS_Store
1212
src/.DS_Store
1313
src/.DS_Store
14+
*.class

src/test/java/com/neo4jh3/Neo4jH3Test.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -372,19 +372,6 @@ public void should_return_hex_address() throws InterruptedException {
372372

373373
result = session.run("call com.neo4jh3.gridpathlatlonString(37.8199, -122.4783, 47.8199, -122.5, 13) yield value return value limit 1");
374374
assertEquals("\"8d283087022a93f\"", result.single().get("value").toString());
375-
376-
/*
377-
result = session.run("RETURN com.neo4jh3.boundaryasgeojson(599686042433355775) AS value");
378-
assertEquals("\"POLYGON ((37.2713558667319 -121.91508032705622, 37.353926450852256 -121.86222328902491, 37.42834118609435 -121.92354999630156, 37.42012867767778 -122.03773496427027, 37.33755608435298 -122.09042892904397, 37.26319797461824 -122.02910130918998, 37.2713558667319 -121.91508032705622))\"", result.single().get("value").toString());
379-
380-
381-
result = session.run("RETURN com.neo4jh3.centerasgeojson(599686042433355775) AS value");
382-
assertEquals("\"{\"type\":\"Point\",\"coordinates\":[37.34579337536848,-121.9763759725512]}\"", result.single().get("value"));
383-
*/
384-
/*
385-
result = session.run("RETURN com.neo4jh3.boundaryasGeoJsonString(599686042433355775) AS value");
386-
assertEquals("\"POLYGON ((37.2713558667319 -121.91508032705622, 37.353926450852256 -121.86222328902491, 37.42834118609435 -121.92354999630156, 37.42012867767778 -122.03773496427027, 37.33755608435298 -122.09042892904397, 37.26319797461824 -122.02910130918998, 37.2713558667319 -121.91508032705622))\"", result.single().get("value").toString());
387-
*/
388375

389376
}
390377
driver.close();

0 commit comments

Comments
 (0)