Closedown

This commit is contained in:
boccioli_m
2015-06-09 15:40:49 +02:00
parent 81aee56835
commit f2dd87ec37

View File

@@ -79,7 +79,7 @@ public class TestingList extends Panel {
//these paths are converted to unix or win path according to host OS
private String TESTS_DEVICES_DEFAULT_DIR = new java.io.File( "." ).getCanonicalPath()+ FilenameUtils.separatorsToSystem("/home/script/tests/production/");
private String TESTS_TESTS_DEFAULT_DIR = new java.io.File( "." ).getCanonicalPath()+ FilenameUtils.separatorsToSystem("/home/script/tests/tests/");
private String TESTS_LOG_DEFAULT_DIR = new java.io.File( "." ).getCanonicalPath()+ FilenameUtils.separatorsToSystem("/home/script/tests/log/TestsLog.txt");
private String TESTS_LOG_DEFAULT_DIR = new java.io.File( "." ).getCanonicalPath()+ FilenameUtils.separatorsToSystem("/home/script/tests/log/TestsLog"+getNow()+".txt");
//table1 columns indexes
private int COL_CHECK = 0;
private int COL_TIME = 1;