Pointing to proper resource file in the test

Signed-off-by: Jesse McConnell <jesse.mcconnell@gmail.com>
This commit is contained in:
William Ferguson 2013-05-09 20:13:08 +10:00 committed by Jesse McConnell
parent 79f6121894
commit 418f8b9b0c
1 changed files with 1 additions and 1 deletions

View File

@ -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);