From e044a9f9cca626db3056790b1b8491878cb584ee Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 16 Oct 2017 14:19:49 +0200 Subject: [PATCH] Startup --- plugins/TestingListDetails.java | 2 +- script/tests/tests.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/TestingListDetails.java b/plugins/TestingListDetails.java index fcdf731..59857d8 100644 --- a/plugins/TestingListDetails.java +++ b/plugins/TestingListDetails.java @@ -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("\"", ""); } } diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 5a13e8f..71fd3c1 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -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