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

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

update testcase as the dummy-retarder has been removed

parent a147b65b
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation ...@@ -72,7 +72,7 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation
var run = factory.SimulationRuns().First(); var run = factory.SimulationRuns().First();
var vehicleContainer = (VehicleContainer)run.GetContainer(); var vehicleContainer = (VehicleContainer)run.GetContainer();
Assert.AreEqual(11, vehicleContainer.SimulationComponents().Count); Assert.AreEqual(10, vehicleContainer.SimulationComponents().Count);
Assert.IsInstanceOf<Gearbox>(vehicleContainer.GearboxInfo, "gearbox not installed"); Assert.IsInstanceOf<Gearbox>(vehicleContainer.GearboxInfo, "gearbox not installed");
Assert.IsInstanceOf<CombustionEngine>(vehicleContainer.EngineInfo, "engine not installed"); Assert.IsInstanceOf<CombustionEngine>(vehicleContainer.EngineInfo, "engine not installed");
......
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