Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 3cb16bba authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix: error in testcase: 780kg fuel consumption at 0.93l fuel consumption!

parent 8a13ff13
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment