Skip to content

Commit 4a44969

Browse files
committed
testLinestringCrossesBox is now working.
1 parent cce33e0 commit 4a44969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDoublePrecisionGeoOps.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,9 @@ else if (summary.getFormat().name().equalsIgnoreCase("JSON")) {
422422
}
423423

424424
/*
425-
* Linestring crosses Box - TODO to be handled in 9.0-2 as of 04/112/2017.
425+
* Linestring crosses Box.
426426
*/
427-
@Ignore
427+
@Test
428428
public void testLinestringCrossesBox() throws KeyManagementException, NoSuchAlgorithmException, IOException, ParserConfigurationException, SAXException, XpathException,
429429
TransformerException
430430
{

0 commit comments

Comments
 (0)