From f1695ccec8844b2092d508c8dff3b24a8cbd8894 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 16 Jun 2015 15:44:23 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 7cd85a7..87800d5 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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{