1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

[249316] Get rid of invalid test

This commit is contained in:
Martin Oberhuber 2008-10-01 14:46:46 +00:00
parent 6bb02c84b1
commit c4b6e60cea

View file

@ -88,7 +88,7 @@ public class RSEFileStoreTest extends FileServiceBaseTest {
//// Add a test suite for each connection type
//String[] connTypes = { null, "local", "ssh", "ftp", "linux", "windows" };
String[] connTypes = { null, "local" };
String[] connTypes = { null, "local", "ssh" };
//String[] connTypes = { "ssh" };
for (int i = 0; i < connTypes.length; i++) {
@ -226,7 +226,10 @@ public class RSEFileStoreTest extends FileServiceBaseTest {
IFileInfo testInfo = fTestStore.fetchInfo();
assertTrue("1.1", testInfo.exists());
assertTrue("1.2", testInfo.isDirectory());
assertTrue("1.3", testInfo.getLength() == 0);
// if (fPropertiesFileName != null) {
// // bug 249316: fails on EFS localstore linux nfs
// assertTrue("1.3", testInfo.getLength() == 0);
// }
long parentModified = testInfo.getLastModified();
IFileStore f = createFile("testReadOnly.txt");