We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0156f commit ec3ea31Copy full SHA for ec3ea31
test-complete/src/test/java/com/marklogic/client/functionaltest/TestPOJOReadWrite1.java
@@ -520,7 +520,7 @@ public void testPOJORangeQueryOnCalendar() throws Exception {
520
ArtifactIndexedOnCalendar a = p.next();
521
// Assert if id = 97 is found.
522
if (a.getId() == 97) {
523
- fail("Range Query on Calendar type failed when greater than or equal used.");
+ fail("Range Query on Calendar type failed when greater than 97 used.");
524
}
525
count++;
526
0 commit comments