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