summaryrefslogtreecommitdiff
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
parente7ef6d4dceb7e8e0c1d492d8c01296f6d88d5215 (diff)
parent2821da445425f6245509f254e0b102d7299a2829 (diff)
CWS-TOOLING: integrate CWS vcl116
Notes
split repo tag: testing_ooo/DEV300_m92
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"