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

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

Merge branch 'develop' of...

Merge branch 'develop' of https://citnet.tech.ec.europa.eu/CITnet/stash/scm/vecto/mq_vecto-dev into develop
parents 672bd5b4 dfeb2bc5
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ namespace TUGraz.VectoCore.Tests.Integration.Multistage
Assert.AreEqual(LegislativeClass.M3, data.Vehicle.LegislativeClass);
Assert.AreEqual(500, data.Vehicle.CurbMassChassis.Value());
Assert.AreEqual(3500, data.Vehicle.GrossVehicleMassRating.Value());
Assert.AreEqual(true, data.Vehicle.AirdragModifiedMultistep);
Assert.AreEqual(null, data.Vehicle.AirdragModifiedMultistep);
Assert.AreEqual(TankSystem.Compressed, data.Vehicle.TankSystem);
Assert.AreEqual(RegistrationClass.II_III, data.Vehicle.RegisteredClass);
Assert.AreEqual(1, data.Vehicle.NumberPassengerSeatsLowerDeck);
......
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