Issue 116784 - [sfx2] CheckGlobalEventBroadcaster_writer1 fails
Summary: [sfx2] CheckGlobalEventBroadcaster_writer1 fails
Status: CLOSED DUPLICATE of issue 115674
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m95
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Mathias_Bauer
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 14:38 UTC by mst.ooo
Modified: 2013-08-07 15:31 UTC (History)
4 users (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 mst.ooo 2011-02-03 14:38:47 UTC
the sfx2 complex test CheckGlobalEventBroadcaster_writer1 sometimes fails (on
linux).
so i've disabled this test in CWS gnumake3.


setUpConnection()
.check wether there is a valid MultiServiceFactory
... done
Create an instance of com.sun.star.frame.GlobalEventBroadcaster
... done
check wether the created instance is valid
... done
try to query the XEventBroadcaster from the gained Object
... done
adding Listener
... done
-- Checking Writer --
opening an empty writer doc
Fired Events:
        - OnCreate
        - OnStorageChanged
        - OnTitleChanged
        - OnFocus
        - OnViewCreated
The event OnUnfocus isn't fired
removing Listener
... done
EtearDownConnection() CheckGlobalEventBroadcaster_writer1

Time: 656,093
There was 1 failure:
1) checkWriter(complex.framework.CheckGlobalEventBroadcaster_writer1)
java.lang.AssertionError: Wrong events fired when opening empty doc
        at org.junit.Assert.fail(Assert.java:91)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at
complex.framework.CheckGlobalEventBroadcaster_writer1.checkWriter(CheckGlobalEventBroadcaster_writer1.java:127)
Comment 1 mst.ooo 2011-02-04 16:09:12 UTC
fs already found it...

*** This issue has been marked as a duplicate of 115674 ***
Comment 2 mst.ooo 2011-02-04 16:11:02 UTC
.