summaryrefslogtreecommitdiff
path: root/testautomation/writer/required/includes/w_002_.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/writer/required/includes/w_002_.inc')
-rw-r--r--testautomation/writer/required/includes/w_002_.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc
index 20ddaf92a6b9..e19b37514c99 100644
--- a/testautomation/writer/required/includes/w_002_.inc
+++ b/testautomation/writer/required/includes/w_002_.inc
@@ -565,7 +565,7 @@ testcase tViewNavigator
PrintLog "Tear Off Toolbox from Navigator"
Toolbox.TearOff Navigation
catch
- Warnlog "Unable to tear off Toolbox (#i32092)"
+ Warnlog "Unable to tear off Toolbox"
ToolboxOk = False
endcatch
@@ -1300,7 +1300,7 @@ testcase tEditImageMap
printlog( "Check for <Imagemap changed> messagebox (should not appear)" )
kontext "Active"
if ( Active.exists( 1 ) ) then
- qaerrorlog( "#i109605# - <imagemap changed> message displayed." )
+ Warnlog( "<imagemap changed> message displayed." )
printlog( Active.getText )
Active.no()
else