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.inc10
1 files changed, 2 insertions, 8 deletions
diff --git a/testautomation/framework/required/includes/window_functions.inc b/testautomation/framework/required/includes/window_functions.inc
index 008248a1c57d..8abdfce0b08a 100755
--- a/testautomation/framework/required/includes/window_functions.inc
+++ b/testautomation/framework/required/includes/window_functions.inc
@@ -25,7 +25,7 @@
'
'/************************************************************************
'*
-'* owner : joerg.skottke@oracle.com
+'* owner : gregor.hartmann@oracle.com
'*
'* short description : Window/Titlebar functionality
'*
@@ -35,12 +35,6 @@ testcase tWindowFunctions
printlog( "Update test for window functions" )
- if ( gtSysName = "Mac OS X" ) then
- printlog( "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"