summaryrefslogtreecommitdiff
path: root/testautomation/global/tools
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-09-09 15:56:51 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-09-09 15:56:51 +0200
commit267febb8e0a386a746b8095330394ed6986decfb (patch)
tree8f36157df390daacff93699469ca45ca82024aba /testautomation/global/tools
parentfae5b1f735a55183fddc4cad1278d15583730645 (diff)
automationdev300m87: #i112208# - Make Warnlog to a QAErrorLog for overwriting files
Diffstat (limited to 'testautomation/global/tools')
-rw-r--r--testautomation/global/tools/includes/required/t_files.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc
index b0dadeb34ed7..5f9be07c6c96 100644
--- a/testautomation/global/tools/includes/required/t_files.inc
+++ b/testautomation/global/tools/includes/required/t_files.inc
@@ -575,7 +575,7 @@ function hFileOpenLocally( byVal sSourcePath as string ) as boolean
sTargetPath = hGetWorkFile( sTargetFile )
if ( FileExists( sTargetPath ) ) then
- warnlog( CFN & "Target file already exists, replacing it!" )
+ qaerrorlog( CFN & "Target file already exists, replacing it!" )
hFileDelete( sTargetPath )
endif