changeset 471:f033d00681d6

Minor output cosmetics.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 17 Feb 2015 16:44:08 +0100
parents 94b2c82cc110
children 716152f4197a
files src/test/java/de/intevation/lada/Protocol.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)