mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 13:05:22 +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
|
// Neg: Create deep folder with EFS.SHALLOW
|
||||||
exceptionThrown = false;
|
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 {
|
try {
|
||||||
store.mkdir(EFS.SHALLOW, getDefaultProgressMonitor());
|
store.mkdir(EFS.SHALLOW, getDefaultProgressMonitor());
|
||||||
} catch (CoreException ce) {
|
} catch (CoreException ce) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue