#i112888# gPrivateEnvironmentLocation feature broken

This commit is contained in:
Thorsten Bosbach 2010-07-02 15:32:12 +02:00
parent 9bea14bacc
commit 829027e6a7

View file

@ -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