From 3cb16bbab8ce1f22659797754328685f1f1103a9 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Thu, 2 Jun 2016 18:11:37 +0200 Subject: [PATCH] fix: error in testcase: 780kg fuel consumption at 0.93l fuel consumption! --- VECTOAux/VectoAuxiliariesTests/UnitTests/M14Tests.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VECTOAux/VectoAuxiliariesTests/UnitTests/M14Tests.vb b/VECTOAux/VectoAuxiliariesTests/UnitTests/M14Tests.vb index 052403e6d6..32cc2b7e9c 100644 --- a/VECTOAux/VectoAuxiliariesTests/UnitTests/M14Tests.vb +++ b/VECTOAux/VectoAuxiliariesTests/UnitTests/M14Tests.vb @@ -100,8 +100,8 @@ Namespace UnitTests Dim ip1 As Double = 1000.0 Dim ip5 As Double = 3114 - Dim expectedOut1 As Double = 780333.4 - Dim expectedOut2 As Double = 0.934531 + Dim expectedOut1 As Double = 1799.3334 ' 780333.4 + Dim expectedOut2 As Double = 2.13093 Dim m13 As New Mock(Of IM13) Dim hvacSSM As New Mock(Of ISSMTOOL) -- GitLab