diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-11-26 10:21:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-11-26 10:21:48 +0000 |
commit | 9709a39d5b8d6e7f36d4c478f2fcf2386abd505d (patch) | |
tree | 52388e62f77046a66bed9eca3497f2ae1ca2da01 /testautomation/math/required | |
parent | ba74e17215037394f9b5e1c09afa4ae021e9f9db (diff) |
CWS-TOOLING: integrate CWS tbo03
2008-11-19 15:45:57 +0100 tbo r263999 : #i96349# ignore .svn directories
2008-11-19 11:42:13 +0100 tbo r263974 : #i96322# .uno:ActivateStyleApply
2008-11-19 11:32:24 +0100 tbo r263973 : #i93677# clean test exit state - remove closed issues logs
2008-11-11 18:10:23 +0100 tbo r263570 : #168829# crash on macosx ball.eps
2008-11-11 17:48:29 +0100 tbo r263569 : #i93677# deadlock and window close cleanup
2008-11-11 14:20:53 +0100 tbo r263560 : #i94915# forgott to be nicer to not overwriteable 4.htm
2008-11-11 14:16:02 +0100 tbo r263559 : #i94915# forgott to be nicer to not overwriteable 4.htm
2008-11-11 14:06:13 +0100 tbo r263558 : #i94915# remove leftovers always -3.txt and -4.htm and in case no error came up -1.txt
2008-11-11 12:49:50 +0100 tbo r263553 : #i96088# remove language reset
2008-11-11 11:41:12 +0100 tbo r263550 : #i93675# add missing tools since migration to cws handling
2008-11-10 17:17:37 +0100 tbo r263532 : #i94779# crashreport values proxy empty
2008-11-10 16:47:18 +0100 tbo r263528 : #i94665# api disable autoupdate
Diffstat (limited to 'testautomation/math/required')
-rwxr-xr-x | testautomation/math/required/includes/m_001_.inc | 5 | ||||
-rwxr-xr-x | testautomation/math/required/includes/m_005_.inc | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/testautomation/math/required/includes/m_001_.inc b/testautomation/math/required/includes/m_001_.inc index c6bd6dede19b..69a47cd79c0d 100755 --- a/testautomation/math/required/includes/m_001_.inc +++ b/testautomation/math/required/includes/m_001_.inc @@ -274,11 +274,6 @@ wend '/// close document ///' hCloseDocument end if - hNewDocument - kontext "selectionmath" - if selectionmath.exists then - selectionmath.close - endif endcase testcase tmFileReload diff --git a/testautomation/math/required/includes/m_005_.inc b/testautomation/math/required/includes/m_005_.inc index f1c7ff08a1b2..783017b646b1 100755 --- a/testautomation/math/required/includes/m_005_.inc +++ b/testautomation/math/required/includes/m_005_.inc @@ -174,6 +174,10 @@ testcase tToolsExtensionManager dim sTemp2 as string dim x as integer + if gPlatform = lcase("osx") then + warnlog "#i96107# MacOS X 10.4 deadlock on installing extension, again." + goto endsub + endif sPath = convertPath(gTestToolPath+"math/required/input/") '/// open application ///' Call hNewDocument |