summaryrefslogtreecommitdiff
path: root/testautomation/math/required
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-06-18 14:41:41 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-06-18 14:41:41 +0200
commita4d5cd0ecc4ae083865927c68dcdd1b7925b2995 (patch)
treea103a20b484d64aba927aac2473b6ca7fcc3fd5e /testautomation/math/required
parentf18a14c63581ea4b0bad3876f0a6da2b04211343 (diff)
parent924eab5afc99b0b0ecfa76ac4606a058e0d67328 (diff)
Local branch merge
Diffstat (limited to 'testautomation/math/required')
-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