Closedown
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user