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:
parent
823787fa4f
commit
6042a807ad
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue