fixes&improvements
This commit is contained in:
@@ -513,7 +513,7 @@ public class TestingList extends Panel {
|
||||
if(sStartSequence.equals(StartSequence.TOGETHER.toString())){
|
||||
SwingUtils.OptionResult ret = SwingUtils.showOption(this, "Modify Start mode",
|
||||
"A custom panel is active. Tests can only run in sequence (Start mode: 'After previous'). "+
|
||||
"\nDo you want to set all tests Start mode to 'After previous'?",
|
||||
"\nDo you want to keep the custom panel open and set all tests Start mode to 'After previous'?",
|
||||
OptionType.YesNo);
|
||||
if(ret == SwingUtils.OptionResult.Yes){
|
||||
changeSequenceToAfter = true ;
|
||||
@@ -2103,7 +2103,7 @@ public class TestingList extends Panel {
|
||||
//System.out.println(sParallelizeCommand);
|
||||
//run test(s)
|
||||
Object ret = eval(sParallelizeCommand);
|
||||
System.out.println(ret);
|
||||
//System.out.println(ret);
|
||||
String sTestResult, sTestStatus;
|
||||
if(ret == null){
|
||||
SwingUtils.showMessage(TestingList.this, "executeParallelTestsGroup()", "The test script(s) did not return any feedback.");
|
||||
@@ -2135,7 +2135,7 @@ public class TestingList extends Panel {
|
||||
sDeviceName = String.valueOf(hTest.get(testArgNames.DEVICE.toString()));
|
||||
sTestName = String.valueOf(hTest.get(testArgNames.TEST.toString()));
|
||||
}
|
||||
System.out.println("Result: " + sDeviceName + "|" + sTestPath + "|" + sTestResult + "|" + sTestStatus);
|
||||
//System.out.println("Result: " + sDeviceName + "|" + sTestPath + "|" + sTestResult + "|" + sTestStatus);
|
||||
iLastExecutedTestIndex = showResult(sDeviceName, sTestPath, sTestResult, sTestStatus);
|
||||
}
|
||||
} catch (StatementException intEx) {
|
||||
|
||||
Reference in New Issue
Block a user