Closedown

This commit is contained in:
boccioli_m
2015-06-16 15:43:42 +02:00
parent d89009c31a
commit c2e584277d

View File

@@ -559,6 +559,7 @@ public class TestingList extends Panel {
sTestName = jTable1.getValueAt(row, COL.TESTNAME.ordinal()).toString();
sTestCaseName = jTable1.getValueAt(row, COL.TESTSUITE.ordinal()).toString();
sTestPath = FilenameUtils.separatorsToSystem(TESTS_TESTS_DEFAULT_DIR + sTestCaseName + "/" + sTestName + "/" + sTestName + ".py");
sTestPath = sTestName;
File f = new File(sTestPath);
if(!f.exists() || f.isDirectory()){
logger.log(Level.SEVERE, "Test file not found: " + sTestPath);