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

Skip to content
Snippets Groups Projects
Commit b9b21032 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

bugfix testcases hybrid

parent a866ca19
No related branches found
No related tags found
No related merge requests found
......@@ -952,11 +952,11 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
es.Connect(battery);
var engine = new StopStartCombustionEngine(container, runData.EngineData);
var gearbox = new Gearbox(container, ctl.ShiftStrategy);
//var hybridStrategy = new DelegateParallelHybridStrategy();
ctl.Gearbox = gearbox;
var engine = new StopStartCombustionEngine(container, runData.EngineData);
var idleController = engine.IdleController;
ctl.Engine = engine;
......
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