mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 08:28:54 +00:00
Pointing to proper resource file in the test
Signed-off-by: Jesse McConnell <jesse.mcconnell@gmail.com>
This commit is contained in:
parent
79f6121894
commit
418f8b9b0c
@ -492,7 +492,7 @@ public class ResourceTest
|
||||
// This test is intended to run only on Windows platform
|
||||
assumeTrue(OS.IS_WINDOWS);
|
||||
|
||||
String path = __userURL.toURI().getPath().replace('/','\\')+"ResourceTest.java";
|
||||
String path = __userURL.toURI().getPath().replace('/','\\')+"resource.txt";
|
||||
System.err.println(path);
|
||||
|
||||
Resource resource = Resource.newResource(path, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user