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

@@ -55,7 +55,7 @@ public class TestingListDetails extends javax.swing.JPanel {
public static String TESTS_CONFIG_FILENAME = ".config";
public static Path TESTS_TESTS_DEFAULT_DIR = Paths.get(".", "home", "script", "tests", "tests");
public static Path TESTS_DEVICES_DEFAULT_DIR = Paths.get(".", "home", "script", "tests", "devices");
public static String VALUE_SEPARATOR = "|";
public static String VALUE_SEPARATOR = "&";
public static String PARAM_SEPARATOR = ";";
/**
* This method is called from within the constructor to initialize the form.