Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

adapting testcase: slightly different fuel consumption due to changes in gearbox

parent 5e7ac06c
No related branches found
No related tags found
No related merge requests found
...@@ -58,10 +58,10 @@ namespace TUGraz.VectoCore.Tests.Integration.Declaration ...@@ -58,10 +58,10 @@ namespace TUGraz.VectoCore.Tests.Integration.Declaration
Directory.SetCurrentDirectory(TestContext.CurrentContext.TestDirectory); Directory.SetCurrentDirectory(TestContext.CurrentContext.TestDirectory);
} }
[TestCase(null, 1.0, 45.5323), [TestCase(null, 1.0, 45.53793),
TestCase("CFRegPer", 1.2, 45.5323 * 1.2), TestCase("CFRegPer", 1.2, 45.53793 * 1.2),
TestCase("BFColdHot", 1.2, 45.5323 * 1.2), TestCase("BFColdHot", 1.2, 45.53793 * 1.2),
TestCase("CFNCV", 1.2, 45.5323) // has no influence - only for documentation purpose TestCase("CFNCV", 1.2, 45.53793) // has no influence - only for documentation purpose
] ]
public void TestEngineCorrectionFactors(string correctionFactor, double value, double expectedFc) public void TestEngineCorrectionFactors(string correctionFactor, double value, double expectedFc)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment