summaryrefslogtreecommitdiff
path: root/testautomation/global/tools/includes/optional/t_filetools.inc
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-03-11 14:00:06 +0100
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-03-11 14:00:06 +0100
commit37cb8833eb2a88b8a42e2dc26fc1200230f3ce33 (patch)
tree06a675d30ca0f1ff70b8937825479b18190c18c4 /testautomation/global/tools/includes/optional/t_filetools.inc
parent243bf1856ba1705fdcf42861cef4f82e692f40f5 (diff)
parent4de2643ea718f0c246a87667036dbadacdbc708d (diff)
vitomation01: Local merge with DEV300_m74
Diffstat (limited to 'testautomation/global/tools/includes/optional/t_filetools.inc')
-rw-r--r--testautomation/global/tools/includes/optional/t_filetools.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testautomation/global/tools/includes/optional/t_filetools.inc b/testautomation/global/tools/includes/optional/t_filetools.inc
index 8ca271545a16..420b14ae9676 100644
--- a/testautomation/global/tools/includes/optional/t_filetools.inc
+++ b/testautomation/global/tools/includes/optional/t_filetools.inc
@@ -141,17 +141,17 @@ function hHandleActivesOnLoad( iTries as integer , iAdd as integer ) as boolean
kontext "Active"
if ( Active.exists( 1 ) ) then
if ( Active.getButtonCount() = 2 ) then
- printlog( CFN & "Probably the dreaded <File corrupted warning>" )
+ printlog( CFN & "<Update links dialog> or <File corruption warning>" )
active.yes()
hFileWait( FALSE )
kontext "Active"
if ( Active.exists( 2 ) ) then
+ qaerrorlog( "#105670# - File corruption warning, the template is broken" )
qaerrorlog( CFN & "Trying to recover." )
Active.ok()
hHandleActivesOnLoad() = FALSE
exit function
endif
- qaerrorlog( "#105670# - File corruption warning, the template is broken" )
endif
endif