From 24919ac07c80c9f1e6a67a971fed769e5e427088 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Wed, 19 Feb 2020 10:20:59 +0100 Subject: [PATCH] Correctly print electrical engines --- .../kit/informatik/model/ElectricalEngine.java | 2 +- testcoverage_output.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/edu/kit/informatik/model/ElectricalEngine.java b/src/edu/kit/informatik/model/ElectricalEngine.java index 0e3ab51..1594867 100644 --- a/src/edu/kit/informatik/model/ElectricalEngine.java +++ b/src/edu/kit/informatik/model/ElectricalEngine.java @@ -20,7 +20,7 @@ public class ElectricalEngine extends Engine { "/ |____________| \\", "\\ /", " \\__________________/ ", - " (O)(O) (O)(O) ", + " (O)(O) (O)(O) ", }; /** diff --git a/testcoverage_output.txt b/testcoverage_output.txt index 1661274..9f20d7e 100644 --- a/testcoverage_output.txt +++ b/testcoverage_output.txt @@ -14,14 +14,14 @@ electrical engine T2-Omega added to train 1 passenger coach W1 added to train 1 freight coach W2 added to train 1 special coach W3 added to train 1 - ___ - \ ____ - _____________|____ ++ +------ _______________/__ ____________________ /--------------| | - /_| ____________ |_\ || |+-+ | /_| ____________ |_\ | ___ ___ ___ ___ | | | \--------------| | -/ |____________| \ /---------|| | | / |____________| \ | |_| |_| |_| |_| | | | | | | | -\ / + ======== +-+ | \ / |__________________| | | _|_|__________| | - \__________________/ _|--/~\------/~\-+ \__________________/ |__________________| |__________________| |_________________| - (O)(O) (O)(O) //// \_/ \_/ (O)(O) (O)(O) (O) (O) (O) (O) (O) (O) + ___ + \ ____ + _____________|____ ++ +------ _______________/__ ____________________ /--------------| | + /_| ____________ |_\ || |+-+ | /_| ____________ |_\ | ___ ___ ___ ___ | | | \--------------| | +/ |____________| \ /---------|| | | / |____________| \ | |_| |_| |_| |_| | | | | | | | +\ / + ======== +-+ | \ / |__________________| | | _|_|__________| | + \__________________/ _|--/~\------/~\-+ \__________________/ |__________________| |__________________| |_________________| + (O)(O) (O)(O) //// \_/ \_/ (O)(O) (O)(O) (O) (O) (O) (O) (O) (O) Error, no such train Error, train not found 4