1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 291815 - attempt #2 to fix test failure on UNIX/Linux

This commit is contained in:
Chris Recoskie 2010-05-28 10:55:54 +00:00
parent c3257001ea
commit 8475af8e31

View file

@ -117,7 +117,7 @@ public class EFSExtensionTests extends TestCase {
else {
// if we're not on Windows then backslash is not the path separator, and instead
// is a valid filename character. Using a backslash will result in it being escaped.
expected = new URI("file", "/c:%5Cfoo%5Csubdirectory", null);
expected = new URI("file", "/c:\\foo\\subdirectory", null);
}
} catch (URISyntaxException e) {
fail(e.getMessage());