Closedown

This commit is contained in:
boccioli_m
2015-06-09 09:00:10 +02:00
parent 50f971f987
commit 546a428abe

View File

@@ -330,7 +330,7 @@ public class TestingList extends Panel {
public void loadTests() throws FileNotFoundException, IOException{
Properties prop = new Properties();
String fileName = "/../script/test/devces/LS";
String fileName = "../script/tests/devces/LS/.config";
InputStream is = new FileInputStream(fileName);
prop.load(is);