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…
Reference in New Issue