Closedown

This commit is contained in:
boccioli_m
2015-08-21 15:07:10 +02:00
parent 6b957d4968
commit b55edf5eb6
3 changed files with 211 additions and 45 deletions

View File

@@ -239,9 +239,9 @@ 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 Path TESTS_DEVICES_DEFAULT_DIR = Paths.get(".","home", "script", "tests", "devices");
private final Path TESTS_TESTS_DEFAULT_DIR = Paths.get(".","home", "script", "tests", "tests");
private final Path TESTS_LOG_DEFAULT_DIR = Paths.get(".","home", "script", "tests", "log", "TestsLog"+ getnow() + ".txt");
public static Path TESTS_DEVICES_DEFAULT_DIR = Paths.get(".","home", "script", "tests", "devices");
public static Path TESTS_TESTS_DEFAULT_DIR = Paths.get(".","home", "script", "tests", "tests");
public final Path TESTS_LOG_DEFAULT_DIR = Paths.get(".","home", "script", "tests", "log", "TestsLog"+ getnow() + ".txt");
private void log(Object text){
@@ -1404,7 +1404,7 @@ public class TestingList extends Panel {
}
/**
* Save current setup in a file. The current position of table rows is also
* Load current setup from a file. The current position of table rows is also
* saved.
*
* @param file file containing the settings