no message
This commit is contained in:
@@ -265,27 +265,6 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
|
||||
roText.setText(object.getOutput());
|
||||
reText.setText(object.getErrors());
|
||||
stsText.setText(object.getStatistic());
|
||||
switch (object.compilation_state){
|
||||
case Done:
|
||||
case AbortedByTimeout:
|
||||
compilationTabs.setSelectedIndex(0);
|
||||
break;
|
||||
default:
|
||||
compilationTabs.setSelectedIndex(1);
|
||||
break;
|
||||
}
|
||||
switch (object.state){
|
||||
case Done:
|
||||
case Canceled:
|
||||
case Inactive:
|
||||
case DoneWithErrors:
|
||||
case AbortedByTimeout:
|
||||
runTabs.setSelectedIndex(0);
|
||||
break;
|
||||
default:
|
||||
runTabs.setSelectedIndex(1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@Override
|
||||
public void ShowNoCurrentDVMTask() {
|
||||
|
||||
Reference in New Issue
Block a user