From 1a679cab8a05c3b5ba795229985afd5a7ad22d19 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 12 Jun 2015 14:29:57 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 28158ff..7cea556 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -116,7 +116,7 @@ public class TestingList extends Panel { Logger logger = Logger.getLogger("TestsLog"); //these paths are converted to unix or win path according to host OS private final String TESTS_DEVICES_DEFAULT_DIR = new java.io.File(".").getCanonicalPath() - + FilenameUtils.separatorsToSystem("/home/script/tests/production/"); + + FilenameUtils.separatorsToSystem("/home/script/tests/devices/"); private final String TESTS_TESTS_DEFAULT_DIR = new java.io.File(".").getCanonicalPath() + FilenameUtils.separatorsToSystem("/home/script/tests/tests/"); private final String TESTS_LOG_DEFAULT_DIR = new java.io.File(".").getCanonicalPath()