Skip to content

Commit 2ffadba

Browse files
Ajit GeorgeAjit George
authored andcommitted
Fixed exception message.
1 parent 5ba0b84 commit 2ffadba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ public void testResponseTransformInvalid() throws IOException, ParserConfigurati
195195
exception = e.toString();
196196
System.out.println(exception);
197197
}
198-
199-
String expectedException = "Local message: search failed: Bad Request. Server Message: RESTAPI-INVALIDREQ: (err:FOER0000) Invalid request: reason: Extension foo does not exist.";
198+
199+
String expectedException = "Local message: search failed: Bad Request. Server Message: RESTAPI-INVALIDREQ: (err:FOER0000) Invalid request: reason: transform extension does not exist: foo";
200200
assertTrue("exception is not thrown", exception.contains(expectedException));
201201
//bug 22356
202202
assertTrue("Value should be null", resultsHandle.get()==null);

0 commit comments

Comments
 (0)