From 829027e6a7a0258e7ba76ada1bb7bec11ff860ed Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Fri, 2 Jul 2010 15:32:12 +0200 Subject: #i112888# gPrivateEnvironmentLocation feature broken --- testautomation/global/system/includes/iniinfo.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation/global/system/includes/iniinfo.inc') diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 552102588405..aa305b9a1a21 100755 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -125,9 +125,9 @@ sub GetIniInformation if (gPrivateEnvironmentLocation <> "" AND gPrivateEnvironmentLocation <> ".") then if NOT fileExists(gPrivateEnvironmentLocation) then qaErrorLog "[PrivateEnvironment] defined in: '"+gTesttoolIni+"', but the path '"+gPrivateEnvironmentLocation+"'does not exist!" - else gPrivateEnvironmentLocation = "" end if + else gPrivateEnvironmentLocation = "" end if end sub -- cgit