From 2821da445425f6245509f254e0b102d7299a2829 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Thu, 28 Oct 2010 11:29:56 +0200 Subject: #i114476# fixed maximize/minimize on Mac OS X --- testautomation/framework/required/includes/window_functions.inc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'testautomation/framework/required/includes') diff --git a/testautomation/framework/required/includes/window_functions.inc b/testautomation/framework/required/includes/window_functions.inc index 008248a1c57d..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 - 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" -- cgit