Change configuration tests to see if configuration home directory name has changed through system property

cusax-fix
Damian Minkov 18 years ago
parent 606cb5872f
commit 7c1212b670

@ -110,9 +110,14 @@ public TestConfigurationServicePersistency(String name)
*/
protected void setUp() throws Exception
{
String confDirName =
System.getProperty(
ConfigurationService.PNAME_SC_HOME_DIR_NAME,
".sip-communicator");
confFile = new File(System.getProperty("user.home")
+ File.separator
+ ".sip-communicator"
+ confDirName
+ File.separator
+ ourConfFileName);

Loading…
Cancel
Save