diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 4a8df32..ed35bbd 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -1445,7 +1445,7 @@ public class TestingList extends Panel { private void jButtonLogActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButtonLogActionPerformed if (Desktop.isDesktopSupported()) { try { - Desktop.getDesktop().browse(new URI("http://www.example.com")); + Desktop.getDesktop().browse(new URI("http://city.psi.ch:1100")); } catch (URISyntaxException | IOException ex) { Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex); } diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 17c2a47..b73902d 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Mon Dec 11 14:52:26 CET 2017 +#Mon Dec 11 14:59:15 CET 2017 customPanel= showEnabledTestsOnly=true listFilter=test-no-ioc