Closedown

This commit is contained in:
boccioli_m
2015-06-16 15:44:23 +02:00
parent 52692d7eaa
commit f1695ccec8

View File

@@ -561,11 +561,11 @@ public class TestingList extends Panel {
sTestPath = FilenameUtils.separatorsToSystem(TESTS_TESTS_DEFAULT_DIR + sTestCaseName + "/" + sTestName + "/" + sTestName + ".py");
sTestPath = sTestName;
File f = new File(sTestPath);
if(!f.exists() || f.isDirectory()){
/*if(!f.exists() || f.isDirectory()){
logger.log(Level.SEVERE, "Test file not found: " + sTestPath);
showResult(sDeviceName, sTestName, "Test file not found: " + sTestPath, TestStatus.FAILURE.toString());
return;
}
}*/
showResult(sDeviceName, sTestName, "Test running", TestStatus.RUNNING.toString());
//launch the test
try{