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

Skip to content
Snippets Groups Projects
Commit 5fda37eb authored by Michael KRISPER's avatar Michael KRISPER
Browse files

removed invalid empty testcase calls

parent 4ffe0bbf
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@ namespace TUGraz.VectoCore.Tests.Integration.BusAuxiliaries
Directory.SetCurrentDirectory(TestContext.CurrentContext.TestDirectory);
}
[TestCase]
[TestCase(12000, 1256, 148, 148, 6087.03221)]
[TestCase(12000, 1256, -45, -30, 8954.1396)]
[TestCase(15700, 1319, -45.79263, -24.0441, 9093.9473)]
......
......@@ -51,7 +51,6 @@ namespace TUGraz.VectoCore.Tests.Integration.BusAuxiliaries
}
[TestCase]
[TestCase(12000, 1256, 148, 148, 6087.03221)]
[TestCase(12000, 1256, -48, -148, 6087.03221)]
[TestCase(12000, 1256, 48, -148, 6087.03221)]
......@@ -75,7 +74,6 @@ namespace TUGraz.VectoCore.Tests.Integration.BusAuxiliaries
Assert.AreEqual(expectedPowerDemand, (torque * engineSpeed).Value(), 1e-2);
}
[TestCase]
[TestCase(12000, 1256, 148, 148, 6087.0322)]
[TestCase(12000, 1256, -28, -27, 6087.0322)]
[TestCase(12000, 1256, -28, -29, 6087.0322)]
......@@ -106,7 +104,6 @@ namespace TUGraz.VectoCore.Tests.Integration.BusAuxiliaries
Assert.AreEqual(expectedPowerDemand, (torque * engineSpeed).Value(), 1e-2);
}
[TestCase]
[TestCase(12000, 1256, -48, -28, 8954.1429)] // smart PS active - power demand below engine drag
[TestCase(12000, 1256, 48, -28, 6087.0322)] // no smart aux active - positive power demand
[TestCase(12000, 800, -48, -28, 8281.5129)] // smart PS active - power demand below engine drag
......
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