[Lada-commits] [PATCH 2 of 4] Minor output cosmetics

Wald Commits scm-commit at wald.intevation.org
Tue Feb 17 16:44:00 CET 2015


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# 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) {


More information about the Lada-commits mailing list