Closedown

This commit is contained in:
boccioli_m
2015-06-09 08:57:26 +02:00
parent f816f0ca0c
commit 50f971f987

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/test/devces/LS";
InputStream is = new FileInputStream(fileName);
prop.load(is);