Issue 116813

Summary: [sfx2] complex.sfx2.UndoManager checkBrokenScripts fails
Product: General Reporter: mst.ooo
Component: scriptingAssignee: Frank Schönheit <frank.schoenheit>
Status: CLOSED IRREPRODUCIBLE QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: DEV300m99   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description mst.ooo 2011-02-04 17:00:28 UTC
in a unxsoli4.pro build of gnumake3 the complex test UndoManager reproducibly fails:

2) checkBrokenScripts(complex.sfx2.UndoManager)
java.lang.AssertionError: clicking the test button did not work as expected -
basic script not called
        at org.junit.Assert.fail(Assert.java:91)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at complex.sfx2.UndoManager.checkBrokenScripts(UndoManager.java:194)

for now i'll disable the checkBrokenScripts test.
Comment 1 Frank Schönheit 2011-03-29 10:00:25 UTC
hmm - cannot reproduce in DEV300m104. Running "make subsequentcheck" in sfx2, with UndoManager.checkBrokenScripts re-enabled, works like a charm, multiple times in a row.
Comment 2 Frank Schönheit 2011-03-29 10:01:34 UTC
closing