1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 20:15: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;
// For testing the test: verify methods on Local
public static String fDefaultPropertiesFile = "local.properties";
public static String fDefaultPropertiesFile = "localConnection.properties";
private IFileServiceSubSystem fss;
private IFileService fs;