From 6db639640d870a398adfb61a4a35fd42a3ef918c Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Fri, 16 Oct 2015 13:33:29 +0200
Subject: [PATCH] adapting testcase for distance based cycle

---
 .../Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/VectoCoreTest/Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs b/VectoCoreTest/Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs
index ea8c6d08fa..467c740219 100644
--- a/VectoCoreTest/Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs
+++ b/VectoCoreTest/Models/SimulationComponent/DistanceBasedDrivingCycleTest.cs
@@ -29,6 +29,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
 				"  1,  20, -0.1,   0",
 				"  2,  20, -0.3,   0",
 				" 10,  40, -0.3,   0",
+				" 19,  40, -0.2,   0",
 				" 20,  30, -0.1,   0"
 			};
 			var cycleData = SimpleDrivingCycles.CreateCycleData(data);
-- 
GitLab