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

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

fix testcase due to correction in segment table

parent 295c6ce1
No related branches found
No related tags found
No related merge requests found
......@@ -569,7 +569,7 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration
TestCase(VehicleCategory.RigidTruck, AxleConfiguration.AxleConfig_6x4, 40000, 0, VehicleClass.Class11,
new[] { 101.4, 51.9, 51.9, 51.9 }),
TestCase(VehicleCategory.Tractor, AxleConfiguration.AxleConfig_6x4, 99000, 0, VehicleClass.Class12,
new[] { 91.0, 91.0, 91.0, 91.0 }),
new[] { 91.0, 91.0, 91.0 }),
TestCase(VehicleCategory.RigidTruck, AxleConfiguration.AxleConfig_8x4, 99000, 0, VehicleClass.Class16,
new[] { 0.0 })
]
......
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