Startup
This commit is contained in:
@@ -337,7 +337,7 @@ public class TestingListDetails extends javax.swing.JPanel {
|
||||
hDetails = details;
|
||||
}
|
||||
public String get(String detailName){
|
||||
return hDetails.get(detailName).toString().replaceAll("(\")", "");
|
||||
return hDetails.get(detailName).toString().replace("\"", "");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Mon Oct 16 14:17:18 CEST 2017
|
||||
#Mon Oct 16 14:19:33 CEST 2017
|
||||
customPanel=
|
||||
showEnabledTestsOnly=true
|
||||
listFilter=rps-test
|
||||
|
||||
Reference in New Issue
Block a user