From 35d3fe385243c262e47cbed642011f9624a40a6f Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Tue, 7 Mar 2017 10:34:15 +0100 Subject: [PATCH] fix testcase due to correction in segment table --- .../VectoCoreTest/Models/Declaration/DeclarationDataTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VectoCore/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs b/VectoCore/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs index a187faca40..e5367d3149 100644 --- a/VectoCore/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs +++ b/VectoCore/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs @@ -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 }) ] -- GitLab