summaryrefslogtreecommitdiffstats
path: root/testautomation/framework
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-11-02 15:59:03 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-11-02 15:59:03 +0100
commitaf2a356a99ba10b0d48fc70d7f12921eb50111ba (patch)
treee8a614a50c6cb76c943fba940be3544921d55ab4 /testautomation/framework
parentCWS-TOOLING: integrate CWS automationdev300m87 (diff)
parent#i114476# fixed maximize/minimize on Mac OS X (diff)
downloadcore-af2a356a99ba10b0d48fc70d7f12921eb50111ba.tar.gz
core-af2a356a99ba10b0d48fc70d7f12921eb50111ba.zip
CWS-TOOLING: integrate CWS vcl116
Diffstat (limited to 'testautomation/framework')
-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"