Closedown

This commit is contained in:
boccioli_m
2015-06-09 08:56:50 +02:00
parent 530d2c6b9c
commit f816f0ca0c

View File

@@ -331,9 +331,9 @@ public class TestingList extends Panel {
public void loadTests() throws FileNotFoundException, IOException{
Properties prop = new Properties();
String fileName = "../script/test/devces/LS";
//InputStream is = new FileInputStream(fileName);
InputStream is = new FileInputStream(fileName);
//prop.load(is);
prop.load(is);
//addToTable(prop.getProperty("name"), prop.getProperty("description"));
addToTable(("name"), ("description"));