Issue 42888 - runner: logging while executeMethod
Summary: runner: logging while executeMethod
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P4 Trivial
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-16 09:18 UTC by chne
Modified: 2013-02-24 21:07 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 chne 2005-02-16 09:18:49 UTC
XComponent::dispose() calls executeMethod("removeEventListener()"),
removeEventListener() calls executeMethod("addEventListener()"). The status of
add/removeEventListener filled in dispose(). On StdOut only the status of
dispose() was displayed, the status of add/removeListener is not visible.
Comment 1 stephan.wunderlich 2005-02-18 12:55:34 UTC
will add output to TestResult.java
Comment 2 stephan.wunderlich 2005-02-18 12:57:10 UTC
fixed in cws_qadev21
Comment 3 stephan.wunderlich 2005-03-10 11:47:58 UTC
ok in src680_m84 => closed
Comment 4 chne 2005-03-17 13:14:14 UTC
changed target to OO2.0