Closedown
This commit is contained in:
@@ -1068,17 +1068,15 @@ public class TestingList extends Panel {
|
||||
|
||||
private void jButtonRunActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButtonRunActionPerformed
|
||||
if (this.jButtonRun.getToolTipText().equals("Run enabled tests")) {
|
||||
Object pshellStatus, initStatus;
|
||||
Object pshellStatus;
|
||||
String sWait = "";
|
||||
//check if pshell is still initialising: if so, don't start the tests
|
||||
try {
|
||||
pshellStatus = eval("controller.state");
|
||||
//initStatus = eval("State.Initializing");
|
||||
System.out.println("status: "+String.valueOf(pshellStatus));
|
||||
//System.out.println("status: "+String.valueOf(initStatus));
|
||||
if(String.valueOf(pshellStatus)=="Initializing"){
|
||||
sWait = "pshell is initialising: please try again in a few seconds...";
|
||||
}
|
||||
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
sWait = "pshell is initialising: please try again in a few seconds...";
|
||||
|
||||
Reference in New Issue
Block a user