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