summaryrefslogtreecommitdiff
path: root/testautomation/framework/required/includes/window_functions.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/required/includes/window_functions.inc')
-rwxr-xr-xtestautomation/framework/required/includes/window_functions.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/testautomation/framework/required/includes/window_functions.inc b/testautomation/framework/required/includes/window_functions.inc
index efbbacf44b63..dfb6b2600df8 100755
--- a/testautomation/framework/required/includes/window_functions.inc
+++ b/testautomation/framework/required/includes/window_functions.inc
@@ -35,12 +35,6 @@ testcase tWindowFunctions
printlog( "Update test for window functions" )
- if ( gtSysName = "Mac OS X" ) then
- qaErrorLog( "#i114476# No testing for Mac as some Window attributes do not exist" )
- goto endsub
- endif
-
-
printlog( "Create initial document" )
gApplication = "WRITER"
hInitSingleDoc()
@@ -114,7 +108,7 @@ testcase tWindowFunctions
if ( DocumentWriter.IsMin() ) then
printlog( "Window is minimized" )
else
- qaerrorlog( "#i32672# Window not minimized" )
+ warnlog( "Window not minimized" )
endif
kontext "DocumentWriter"