From c2cb44b197656cf6dbe1c6d650484196d4826ec9 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Mon, 13 Sep 2010 14:37:08 +0200 Subject: #i114476# No testing for Mac as some Window attributes do not exist --- testautomation/framework/required/includes/window_functions.inc | 5 +---- 1 file changed, 1 insertion(+), 4 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 6917639d30f8..efbbacf44b63 100755 --- a/testautomation/framework/required/includes/window_functions.inc +++ b/testautomation/framework/required/includes/window_functions.inc @@ -36,7 +36,7 @@ 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" ) + qaErrorLog( "#i114476# No testing for Mac as some Window attributes do not exist" ) goto endsub endif @@ -196,9 +196,6 @@ end sub testcase tCheckWindowTitle( sApplication as string, sReference as string ) - if ( sApplication = "soffice" ) then - - printlog( "Update test for the office window titles" ) ' This is a Testtool-only problem that the product name is not displayed -- cgit