diff --git a/VectoCoreTest/Integration/FullCycleDeclarationTest.cs b/VectoCoreTest/Integration/FullCycleDeclarationTest.cs
index 2e22f4accc7ffba7e80dedfb644d9198d1dfca64..89ae36eef15df03a7560b286badcf7bf5d2da33d 100644
--- a/VectoCoreTest/Integration/FullCycleDeclarationTest.cs
+++ b/VectoCoreTest/Integration/FullCycleDeclarationTest.cs
@@ -112,6 +112,7 @@ namespace TUGraz.VectoCore.Tests.Integration
 			var run = Truck40tPowerTrain.CreateEngineeringRun(cycle, "Truck40t_HeavyUrbanCycle_RefLoad.vmod",
 				7500.SI<Kilogram>(), 12900.SI<Kilogram>());
 
+			//((DistanceBasedDrivingCycle)((VehicleContainer)run.GetContainer()).Cycle).SetDriveOffDistance(26700.SI<Meter>());
 			run.Run();
 			Assert.IsTrue(run.FinishedWithoutErrors);
 		}