mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
do not miss last event that all class tests were run (IDEA-56916)
This commit is contained in:
@@ -78,7 +78,7 @@ public class TestProxy extends AbstractTestProxy {
|
||||
}
|
||||
}
|
||||
|
||||
private void fireStateChanged() {
|
||||
public void fireStateChanged() {
|
||||
myStateTimestamp++;
|
||||
pullEvent(new StateChangedEvent(this));
|
||||
if (myParent != null)
|
||||
|
||||
@@ -255,6 +255,7 @@ public class TestsPacketsReceiver implements PacketProcessor, Disposable {
|
||||
if (parentState instanceof SuiteState) {
|
||||
if (!child.isInProgress() && child.equals(children.get(children.size() - 1))) {
|
||||
((SuiteState)parentState).setRunning(false);
|
||||
parent.fireStateChanged();
|
||||
parent.flush();
|
||||
}
|
||||
((SuiteState)parentState).updateMagnitude(magnitude);
|
||||
|
||||
Reference in New Issue
Block a user