Issue 87290

Summary: StarDesktop.CurrentComponent fails when executed by macro started by testtool
Product: General Reporter: b.osi.ooo
Component: scriptingAssignee: gregor.hartmann
Status: CLOSED FIXED QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P3 CC: issues, philipp.lohmann
Version: OOo 1.0.0Keywords: aqua
Target Milestone: OOo 3.0   
Hardware: Mac   
OS: Mac OS X, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description b.osi.ooo 2008-03-20 14:52:41 UTC
This is just for completeness of all issues;

When executing the test qa/qatesttool/framework/first/topten.bas
-> tSmokeTest, which loads the 10er-test document:
qa/qatesttool/framework/first/input/10erTest_680.sxw

The call to StarDesktop.CurrentComponent returns null,
if the start of the macro was triggered by testtool.
-> The macro stops execution.

If the macro is executed manually it works;
Comment 1 b.osi.ooo 2008-03-20 14:55:27 UTC
set target and keyword
Comment 2 b.osi.ooo 2008-04-15 19:05:37 UTC
fixed by raising application to most front on test start:
http://qa.openoffice.org/servlets/ReadMsg?list=cvs&msgNo=33968
Comment 3 b.osi.ooo 2008-04-15 19:12:54 UTC
closing