You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test-complete/src/test/java/com/marklogic/client/functionaltest/TestResponseTransform.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ public void testResponseTransformInvalid() throws IOException, ParserConfigurati
196
196
System.out.println(exception);
197
197
}
198
198
199
-
StringexpectedException = "Local message: search failed: Bad Request. Server Message: XDMP-MODNOTFOUND: (err:XQST0059) Module /marklogic.rest.transform/foo/assets/transform.xqy not found";
199
+
StringexpectedException = "Local message: search failed: Bad Request. Server Message: RESTAPI-INVALIDREQ: (err:FOER0000) Invalid request: reason: Extension foo does not exist.";
200
200
assertTrue("exception is not thrown", exception.contains(expectedException));
201
201
//bug 22356
202
202
assertTrue("Value should be null", resultsHandle.get()==null);
0 commit comments