Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

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

sum-data contains wrong output for fuel type (class name of iterator) instead...

sum-data contains wrong output for fuel type (class name of iterator) instead of fuel string. add to testcase
parent f4f20d00
No related branches found
No related tags found
No related merge requests found
......@@ -252,6 +252,8 @@ namespace TUGraz.VectoCore.Tests.Reports
Assert.AreEqual(dataProvider.JobInputData.Vehicle.Components.EngineInputData.Model, sumRow[SummaryDataContainer.Fields.ENGINE_MODEL]);
Assert.AreEqual(dataProvider.JobInputData.Vehicle.Components.EngineInputData.EngineModes.First().Fuels.First().FuelType.ToXMLFormat(),
sumRow[SummaryDataContainer.Fields.ENGINE_FUEL_TYPE]);
Assert.AreEqual(dataProvider.JobInputData.Vehicle.Components.EngineInputData.EngineModes.First().Fuels.First().FuelType.ToXMLFormat(),
sumRow[SummaryDataContainer.Fields.VEHICLE_FUEL_TYPE]);
Assert.AreEqual((dataProvider.JobInputData.Vehicle.Components.EngineInputData.RatedPowerDeclared.ConvertToKiloWatt()),
((ConvertedSI)sumRow[SummaryDataContainer.Fields.ENGINE_RATED_POWER]));
Assert.AreEqual(dataProvider.JobInputData.Vehicle.Components.EngineInputData.RatedSpeedDeclared.AsRPM,
......
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