Closedown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user