mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
[249316] Get rid of invalid test
This commit is contained in:
parent
6bb02c84b1
commit
c4b6e60cea
1 changed files with 5 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue