mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
WI-8663 JsTestDriver: failed test results are duplicated in console output sometimes
This commit is contained in:
+2
-1
@@ -420,12 +420,13 @@ public class SMTestProxy extends AbstractTestProxy {
|
||||
public void printOn(final Printer printer) {
|
||||
final Printer rightPrinter = getRightPrinter(printer);
|
||||
super.printOn(rightPrinter);
|
||||
final AbstractState oldState = myState;
|
||||
|
||||
invokeInAlarm(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
//Tests State, that provide and formats additional output
|
||||
myState.printOn(rightPrinter);
|
||||
oldState.printOn(rightPrinter);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user