This commit is contained in:
boccioli_m
2017-10-13 10:53:24 +02:00
parent 7adfa9195b
commit 6f597e2bcd
5 changed files with 7 additions and 7 deletions

View File

@@ -292,7 +292,7 @@ public class TestingList extends Panel {
public final Path TESTS_LOG_DEFAULT_DIR = Paths.get(".", "home", "script", "tests", "log", "TestsLog" + getnow() + ".txt");
public static String TESTS_CONFIG_FILENAME = ".config";
public static String TESTS_HELP_FILENAME = "help.html";
public static String VALUE_SEPARATOR = "|";
public static String VALUE_SEPARATOR = "&";
public static String PARAM_SEPARATOR = ";";