Make sure that the InteractionsPane is displaying the correct InteractionsDocument. (SourceForge bug #681547)
Also make sure this document cannot be edited before the prompt.
Tests that the clipboard is modified after a "cut line" action.
NOTE: Commented out for commit because of failures, despite proper behavior in GUI.
This may not work unless ActionEvents are dropped in the event queue
A Test to guarantee that the Dancing UI bug will not rear its ugly head again. Basically, add a component listener
to the leftComponent of _docSplitPane and make certain its size does not change while closing an
OpenDefinitionsDocument outside the event thread.
A Test to guarantee that the Dancing UI bug will not rear its ugly head again.
Basically, add a component listener to the leftComponent of _docSplitPane and
make certain its size does not change while compiling a class which depends on
another class.
Ensure that a document's editable status is set appropriately throughout the compile process. Since the behavior
is interesting only when the model changes its active document, that's what this test looks most like.