summaryrefslogtreecommitdiff
path: root/testautomation/math
diff options
context:
space:
mode:
authorThorsten Bosbach <tbo@OpenOffice.org>2010-05-26 16:33:49 +0200
committerThorsten Bosbach <tbo@OpenOffice.org>2010-05-26 16:33:49 +0200
commit497ecdcb53b21c41382e4873926d5f41f252e4be (patch)
tree0d9f02558298eda6f5608e48dc04c915c03d5431 /testautomation/math
parent9018d3dbb6c5d45093b15eebccb163ef15b7f954 (diff)
#i111851 macos X masking
Diffstat (limited to 'testautomation/math')
-rwxr-xr-x[-rw-r--r--]testautomation/math/required/includes/m_005_.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/testautomation/math/required/includes/m_005_.inc b/testautomation/math/required/includes/m_005_.inc
index 2b567c628b18..bb580b9bd9c3 100644..100755
--- a/testautomation/math/required/includes/m_005_.inc
+++ b/testautomation/math/required/includes/m_005_.inc
@@ -168,6 +168,7 @@ testcase tToolsExtensionManager
dim sTemp2 as string
dim x as integer
+ if ( lcase( gPlatform ) <> "osx" ) then
sPath = convertPath(gTestToolPath+"math/required/input/")
'/// open application ///'
Call hNewDocument
@@ -306,4 +307,7 @@ testcase tToolsExtensionManager
warnlog "Couldn't call Tools -> Package manager - aborting test"
endif
Call hCloseDocument
+ else
+ qaErrorLog "Do not run on macosx - not reproduceable error"
+ endif
endcase