From 497ecdcb53b21c41382e4873926d5f41f252e4be Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Wed, 26 May 2010 16:33:49 +0200 Subject: #i111851 macos X masking --- testautomation/math/required/includes/m_005_.inc | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 testautomation/math/required/includes/m_005_.inc (limited to 'testautomation/math') diff --git a/testautomation/math/required/includes/m_005_.inc b/testautomation/math/required/includes/m_005_.inc old mode 100644 new mode 100755 index 2b567c628b18..bb580b9bd9c3 --- 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 -- cgit v1.2.3