This commit is contained in:
boccioli_m
2015-09-03 09:58:30 +02:00
parent d64577cdc9
commit 3a6a9d8c17
26 changed files with 74 additions and 1024 deletions

View File

@@ -700,7 +700,7 @@ public class NewTest extends javax.swing.JPanel {
value = (String) attributes.get("value");
description = (String) attributes.get("description");
//build the python code for getting the test parameter
sSyntaxGetTestParameters = sSyntaxGetTestParameters + name + " = float(params[\""+name+"\"][\"value\"]) ; ";
sSyntaxGetTestParameters = sSyntaxGetTestParameters + name + " = float(test.getParam('"+name+"')) ; ";
}
}
replaceParameters(path,