This commit is contained in:
boccioli_m
2017-10-23 09:45:14 +02:00
parent e9b4b22a84
commit 4c0eb9b57f
2 changed files with 2 additions and 1 deletions

View File

@@ -441,6 +441,7 @@ public class TestingListDetails extends javax.swing.JPanel {
boolean success = false;
try {
Path path = Paths.get(testDir + FilenameUtils.separatorsToSystem("/"+TESTS_CONFIG_FILENAME));
System.out.println("Test path: "+path);
//Loop among the test parameters and generate variable assignement syntax for python
String sTestParameters = "";
String name="", value="", description="";