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

change testcase to more realistic values

parent 90b87ebe
No related branches found
No related tags found
No related merge requests found
......@@ -600,8 +600,8 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration
var vehicleData = new {
VehicleCategory = VehicleCategory.RigidTruck,
AxleConfiguration = AxleConfiguration.AxleConfig_4x2,
GrossVehicleMassRating = 40000.SI<Kilogram>(),
CurbWeight = 5850.SI<Kilogram>()
GrossVehicleMassRating = 18000.SI<Kilogram>(),
CurbWeight = 7500.SI<Kilogram>()
};
var segment = DeclarationData.Segments.Lookup(vehicleData.VehicleCategory, vehicleData.AxleConfiguration,
......@@ -639,8 +639,8 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration
var vehicleData = new {
VehicleCategory = VehicleCategory.Tractor,
AxleConfiguration = AxleConfiguration.AxleConfig_4x2,
GrossVehicleMassRating = 40000.SI<Kilogram>(),
CurbWeight = 5850.SI<Kilogram>()
GrossVehicleMassRating = 18000.SI<Kilogram>(),
CurbWeight = 7500.SI<Kilogram>()
};
var segment = DeclarationData.Segments.Lookup(vehicleData.VehicleCategory, vehicleData.AxleConfiguration,
......
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