Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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
Branches
Tags
No related merge requests found
...@@ -569,7 +569,7 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration ...@@ -569,7 +569,7 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration
TestCase(VehicleCategory.RigidTruck, AxleConfiguration.AxleConfig_6x4, 40000, 0, VehicleClass.Class11, TestCase(VehicleCategory.RigidTruck, AxleConfiguration.AxleConfig_6x4, 40000, 0, VehicleClass.Class11,
new[] { 101.4, 51.9, 51.9, 51.9 }), new[] { 101.4, 51.9, 51.9, 51.9 }),
TestCase(VehicleCategory.Tractor, AxleConfiguration.AxleConfig_6x4, 99000, 0, VehicleClass.Class12, 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, TestCase(VehicleCategory.RigidTruck, AxleConfiguration.AxleConfig_8x4, 99000, 0, VehicleClass.Class16,
new[] { 0.0 }) new[] { 0.0 })
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment