1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-23 00:03:53 +02:00

[unittests] RSEFileStore: local tests only for public consumption

This commit is contained in:
Martin Oberhuber 2008-05-26 17:17:23 +00:00
parent 1a0505d699
commit 29c142faaf

View file

@ -72,10 +72,10 @@ public class RSEFileStoreTest extends FileServiceBaseTest {
String baseName = RSEFileStoreTest.class.getName();
TestSuite suite = new TestSuite(baseName);
// Add a test suite for each connection type
//// Add a test suite for each connection type
//String[] connTypes = { null, "local", "ssh", "ftp", "linux", "windows" };
//String[] connTypes = { "local" };
String[] connTypes = { "ssh" };
String[] connTypes = { null, "local" };
//String[] connTypes = { "ssh" };
for (int i = 0; i < connTypes.length; i++) {
String suiteName = connTypes[i] == null ? "EFS" : connTypes[i];