1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 12:35:22 +02:00

[242077][tests][regression] StringIndexOutOfBoundsException when running RSEFileSubsystemTestSuite

This commit is contained in:
Martin Oberhuber 2008-07-25 13:43:29 +00:00
parent 7b297ff1e4
commit 5ce00af52a
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ public class FileServiceTest extends RSEBaseConnectionTestCase {
private String fPropertiesFileName; private String fPropertiesFileName;
// For testing the test: verify methods on Local // For testing the test: verify methods on Local
public static String fDefaultPropertiesFile = "local.properties"; public static String fDefaultPropertiesFile = "localConnection.properties";
private IFileServiceSubSystem fss; private IFileServiceSubSystem fss;
private IFileService fs; private IFileService fs;