# HG changeset patch # User Raimund Renkert # Date 1424187848 -3600 # Node ID f033d00681d6d838f3c99d7ab9e0877f7371e330 # Parent 94b2c82cc110a5bedbdec7fea31f6fa92e0d2f07 Minor output cosmetics. diff -r 94b2c82cc110 -r f033d00681d6 src/test/java/de/intevation/lada/Protocol.java --- a/src/test/java/de/intevation/lada/Protocol.java Tue Feb 17 16:43:14 2015 +0100 +++ b/src/test/java/de/intevation/lada/Protocol.java Tue Feb 17 16:44:08 2015 +0100 @@ -81,7 +81,7 @@ } public String toString(boolean verbose) { - String ret = ""; + String ret = "Test: "; ret += this.name + " (" + this.type + "): "; if (this.passed) {