1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

need to allow for null password so that user can be prompted for password on connect

This commit is contained in:
David McKnight 2007-10-25 17:10:18 +00:00
parent 823787fa4f
commit 6042a807ad

View file

@ -39,7 +39,7 @@ public class FileSubsystemConsistencyTestCase extends RSEBaseConnectionTestCase
private String SYSTEM_ADDRESS = "SLES8RM";
private String USER_ID = "dmcknigh";
private String PASSWORD = "xxxxxx";
private String PASSWORD = null;//"xxxxxx";
/*
private SYSTEM_ADDRESS = "dmcknigh3";