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 55308a3 commit 5c491feCopy full SHA for 5c491fe
exist-core/src/test/java/org/exist/http/RESTServiceTest.java
@@ -1087,7 +1087,7 @@ public void doGetEncodedPath() throws IOException {
1087
String response = readResponse(connect.getInputStream());
1088
1089
//readResponse is appending \r\n to each line that's why its added the expected content
1090
- assertEquals("Server returned document content " + response,"<foo/>\r\n",response);
+ assertEquals("Server returned document content " + response,"<foobar/>\r\n",response);
1091
} finally {
1092
connect.disconnect();
1093
}
0 commit comments