summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorThorsten Bosbach <tbo@OpenOffice.org>2010-07-02 15:32:12 +0200
committerThorsten Bosbach <tbo@OpenOffice.org>2010-07-02 15:32:12 +0200
commit829027e6a7a0258e7ba76ada1bb7bec11ff860ed (patch)
treea78b970390b3c098d54c83b742d1218aeac5b905 /testautomation
parent9bea14bacc15857a997f2acae9eaee00dcbbe624 (diff)
#i112888# gPrivateEnvironmentLocation feature broken
Diffstat (limited to 'testautomation')
-rwxr-xr-xtestautomation/global/system/includes/iniinfo.inc2
1 files changed, 1 insertions, 1 deletions
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