Closedown

This commit is contained in:
boccioli_m
2015-06-09 10:29:22 +02:00
parent 9181af41f5
commit 5d2219797a

View File

@@ -373,7 +373,7 @@ public class TestingList extends Panel {
public void loadTests() throws FileNotFoundException, IOException{
Properties prop = new Properties();
ClassLoader classLoader = getClass().getClassLoader();
//String fileName = classLoader.getResource("../script/tests/devices/LS/.config").getPath();
String fileName = classLoader.getResource(".config").getPath();
//InputStream is = new FileInputStream(fileName);
//prop.load(is);