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 b84d38ae authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adapt testcase: more reasonable shift

parent 2ed1de36
Branches
Tags
No related merge requests found
......@@ -481,7 +481,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
TestCase(3, 2, 1800, 750, typeof(ResponseGearShift)),
TestCase(2, 1, 1500, 750, typeof(ResponseGearShift)),
TestCase(1, 1, 1200, 700, typeof(ResponseSuccess)),
TestCase(8, 1, 15000, 50, typeof(ResponseGearShift)),]
TestCase(8, 4, 15000, 200, typeof(ResponseGearShift)),]
public void Gearbox_ShiftDown(int gear, int newGear, double t, double n, Type responseType)
{
var container = new VehicleContainer(ExecutionMode.Engineering);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment