Skip to content

Commit 5c491fe

Browse files
committed
update file content
1 parent 55308a3 commit 5c491fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-core/src/test/java/org/exist/http/RESTServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ public void doGetEncodedPath() throws IOException {
10871087
String response = readResponse(connect.getInputStream());
10881088

10891089
//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);
1090+
assertEquals("Server returned document content " + response,"<foobar/>\r\n",response);
10911091
} finally {
10921092
connect.disconnect();
10931093
}

0 commit comments

Comments
 (0)