Optimize HttpUtilsTest for different operating systems (#1286)

pull/1288/head
lucca suen 1 year ago committed by GitHub
parent f7eb468af8
commit f80f50c82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ public class HttpUtilsTest {
static final String CONTEXT_PATH = "/";
static final String PATH_NAME = ".";
static final String USER_DIR = "user.dir";
static final String PREFIX = "\\tomcat.";
static final String PREFIX = File.separator + "tomcat.";
@BeforeClass
public static void startWeb() throws IOException, LifecycleException {

Loading…
Cancel
Save