diff options
author | Joerg Skottke [jsk] <jsk@openoffice.org> | 2010-06-18 14:41:41 +0200 |
---|---|---|
committer | Joerg Skottke [jsk] <jsk@openoffice.org> | 2010-06-18 14:41:41 +0200 |
commit | a4d5cd0ecc4ae083865927c68dcdd1b7925b2995 (patch) | |
tree | a103a20b484d64aba927aac2473b6ca7fcc3fd5e /testautomation/math/required | |
parent | f18a14c63581ea4b0bad3876f0a6da2b04211343 (diff) | |
parent | 924eab5afc99b0b0ecfa76ac4606a058e0d67328 (diff) |
Local branch merge
Diffstat (limited to 'testautomation/math/required')
-rwxr-xr-x[-rw-r--r--] | testautomation/math/required/includes/m_005_.inc | 4 |
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 |