Home
last modified time | relevance | path

Searched refs:action4 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java891 final CustomUndoAction action4 = new CustomUndoAction( "action 1.2" ); in impl_testNestedContexts() local
892 i_undoManager.addUndoAction( action4 ); in impl_testNestedContexts()
895 …assertEquals( "undoing a single action notifies a wrong title", action4.getTitle(), m_undoListener… in impl_testNestedContexts()
896 assertTrue( "custom Undo not called", action4.undoCalled() ); in impl_testNestedContexts()

Completed in 33 milliseconds