Closedown

This commit is contained in:
boccioli_m
2017-10-16 14:52:45 +02:00
parent fc35c7067c
commit 4cb01d40de
2 changed files with 3 additions and 2 deletions

View File

@@ -453,6 +453,7 @@ public class TestingListDetails extends javax.swing.JPanel {
description = attributes.get("description");
//build the python code for getting the test parameter
sTestParameters = sTestParameters + name + VALUE_SEPARATOR + value + VALUE_SEPARATOR + description + PARAM_SEPARATOR ;
System.out.println("sTestParameters: "+sTestParameters);
}
}
FileInputStream in = new FileInputStream(path.toFile());