Optimize HttpUtilsTest for different operating systems

pull/1286/head
lucca 2 years ago
parent f7eb468af8
commit de8f944253

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

Loading…
Cancel
Save