This commit is contained in:
boccioli_m
2015-09-02 09:15:01 +02:00
parent 86ba17cdca
commit d60cd68812
104 changed files with 4334 additions and 3 deletions
+1 -1
View File
@@ -645,7 +645,7 @@ public class NewTest extends javax.swing.JPanel {
if (!success) {
// Directory creation failed
SwingUtils.showMessage(this, "generateTestFiles()", "Cannot create directory " + testDir.toString());
return;
return;
}
}
//generate device files inside device dir
+1 -1
View File
@@ -263,7 +263,7 @@ public class TestingList extends Panel {
case DEVICE_NAME:
case TEST_NAME:
val = "name";
break;
break;
case TEST_PARAMETERS:
val = "parameters";
break;
+1 -1
View File
@@ -251,7 +251,7 @@ public class TestingListDetails extends javax.swing.JPanel {
.addContainerGap())
);
}// </editor-fold>//GEN-END:initComponents
private void fillComponents(HashMap hDetails) {
//add values to each text box
this.txtDeviceName.setText(hDetails.get("deviceName").toString());