Issue 61411 - 10erTest has to prevent using of XDesktop::terminate() inside basic
Summary: 10erTest has to prevent using of XDesktop::terminate() inside basic
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0.3
Assignee: andreas.schluens
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-31 09:18 UTC by andreas.schluens
Modified: 2006-03-06 10:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description andreas.schluens 2006-01-31 09:18:40 UTC
One of the test cases of our 10erTest is "terminating the office". But that doesnt 
work currently and made problems before.

The problem behind: The actual 10erTest is implemented in basic. And the running 
basic script itself is the reason why the office dont accept a terminate() request.
Because a running "user operation" must be finished before.

Solution 1)
The 10erTest will be rewritten so it scripts the office from outside (e.g. java using 
the UNO API of the office).

Solution 2)
Basic itself provides a mechanism to shutdown the office.

see #i61403# & #i61408# too
Comment 1 kurt.zenker 2006-01-31 09:55:35 UTC
The smoketest don't use XDesktop::terminate() so I don't understand the problem.
The smoketest calls the basic script with a marco url and the office has to
shutdown after executing the script.
Comment 2 kurt.zenker 2006-01-31 09:57:24 UTC
change status ...
Comment 3 andreas.schluens 2006-01-31 11:41:47 UTC
This functionality isnt used by the automatic smoke test ... you are right.
But it's used by the 10erTest document.
=> task back to you.
Comment 4 andreas.schluens 2006-01-31 11:42:30 UTC
.
Comment 5 kurt.zenker 2006-02-13 18:31:36 UTC
the functionality is disabled now, because at the moment there is no way to
shutdown the office from basic
Comment 6 kurt.zenker 2006-02-13 18:33:03 UTC
.

re-open issue and reassign to as@openoffice.org
Comment 7 kurt.zenker 2006-02-13 18:33:09 UTC
reassign to as@openoffice.org
Comment 8 kurt.zenker 2006-02-13 18:33:14 UTC
reset resolution to FIXED
Comment 9 kurt.zenker 2006-02-13 18:34:14 UTC
.

re-open issue and reassign to as@openoffice.org
Comment 10 kurt.zenker 2006-02-13 18:34:19 UTC
reassign to as@openoffice.org
Comment 11 kurt.zenker 2006-02-13 18:34:23 UTC
reset resolution to FIXED
Comment 12 kurt.zenker 2006-02-13 18:35:31 UTC
.

re-open issue and reassign to as@openoffice.org
Comment 13 kurt.zenker 2006-02-13 18:35:36 UTC
reassign to as@openoffice.org
Comment 14 kurt.zenker 2006-02-13 18:35:43 UTC
reset resolution to FIXED
Comment 15 kurt.zenker 2006-02-13 18:59:36 UTC
.

re-open issue and reassign to as@openoffice.org
Comment 16 kurt.zenker 2006-02-13 18:59:40 UTC
reassign to as@openoffice.org
Comment 17 kurt.zenker 2006-02-13 18:59:43 UTC
reset resolution to FIXED
Comment 18 andreas.schluens 2006-03-06 10:32:47 UTC
Verified on master.
Comment 19 andreas.schluens 2006-03-06 10:33:34 UTC
.