mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
[tests] Make RSEFileStoreTest compatible with Eclipse 3.3
This commit is contained in:
parent
7eedb21637
commit
76af90a45e
1 changed files with 2 additions and 1 deletions
|
@ -513,7 +513,8 @@ public class RSEFileStoreTest extends FileServiceBaseTest {
|
|||
|
||||
// Neg: Create deep folder with EFS.SHALLOW
|
||||
exceptionThrown = false;
|
||||
IFileStore store = treeStore.getFileStore(new Path("foo/bar/baz"));
|
||||
//IFileStore store = treeStore.getFileStore(new Path("foo/bar/baz"));
|
||||
IFileStore store = treeStore.getChild("foo").getChild("bar").getChild("baz");
|
||||
try {
|
||||
store.mkdir(EFS.SHALLOW, getDefaultProgressMonitor());
|
||||
} catch (CoreException ce) {
|
||||
|
|
Loading…
Add table
Reference in a new issue