mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
fix test on windows
This commit is contained in:
parent
d0a5ba8d5a
commit
3f81b46970
@ -84,7 +84,7 @@ public class CustomRequestLogTest
|
||||
|
||||
_connector.getResponse("GET /context/servlet/info HTTP/1.0\n\n");
|
||||
String log = _entries.poll(5,TimeUnit.SECONDS);
|
||||
assertThat(log, is("Filename: " + _tmpDir + "/servlet/info"));
|
||||
assertThat(log, is("Filename: " + _tmpDir + File.pathSeparator + "servlet" + File.pathSeparator + "info"));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user