Skip to content

Commit 7b98a64

Browse files
committed
updated after the issue fix 204
1 parent 6c013bd commit 7b98a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/src/test/java/com/marklogic/client/functionaltest/TestPOJOQueryBuilderGeoQueries.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public void testPOJOGeoQuerySearchWithGeoProperty() {
295295

296296
PojoQueryBuilder qb = products.getQueryBuilder();
297297
PojoQueryBuilder containerQb = qb.containerQueryBuilder("manufacturer",GeoCompany.class);
298-
PojoQueryDefinition qd =containerQb.filteredQuery(containerQb.geospatial(containerQb.geoProperty("latlongPoint"),containerQb.circle(36.1215, 115.1739, 1)));
298+
PojoQueryDefinition qd =containerQb.filteredQuery(containerQb.geospatial(containerQb.geoPath("latlongPoint"),containerQb.circle(36.1215, 115.1739, 1)));
299299

300300
JacksonHandle jh = new JacksonHandle();
301301
products.setPageLength(5);

0 commit comments

Comments
 (0)