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:
parent
c3257001ea
commit
8475af8e31
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue