mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-23 08:13:50 +02:00
[unittests] RSEFileStore: local tests only for public consumption
This commit is contained in:
parent
1a0505d699
commit
29c142faaf
1 changed files with 3 additions and 3 deletions
|
@ -72,10 +72,10 @@ public class RSEFileStoreTest extends FileServiceBaseTest {
|
||||||
String baseName = RSEFileStoreTest.class.getName();
|
String baseName = RSEFileStoreTest.class.getName();
|
||||||
TestSuite suite = new TestSuite(baseName);
|
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 = { null, "local", "ssh", "ftp", "linux", "windows" };
|
||||||
//String[] connTypes = { "local" };
|
String[] connTypes = { null, "local" };
|
||||||
String[] connTypes = { "ssh" };
|
//String[] connTypes = { "ssh" };
|
||||||
|
|
||||||
for (int i = 0; i < connTypes.length; i++) {
|
for (int i = 0; i < connTypes.length; i++) {
|
||||||
String suiteName = connTypes[i] == null ? "EFS" : connTypes[i];
|
String suiteName = connTypes[i] == null ? "EFS" : connTypes[i];
|
||||||
|
|
Loading…
Add table
Reference in a new issue