diff --git a/VectoCoreTest/Integration/SimpleDrivingCycles.cs b/VectoCoreTest/Integration/SimpleDrivingCycles.cs
index 291dd64e1ae6947ed3577ab9d6535e7f70a85536..bd79f8203ec4b635f03b699bc4f004952db328f1 100644
--- a/VectoCoreTest/Integration/SimpleDrivingCycles.cs
+++ b/VectoCoreTest/Integration/SimpleDrivingCycles.cs
@@ -156,7 +156,7 @@ namespace TUGraz.VectoCore.Tests.Integration
 
 		public static readonly string[] CycleAccelerate_0_85_downhill_25 = {
 			// <s>,<v>,<grad>,<stop>
-			"  0,  0,  0,     2",
+			"  0,  0,  -25,     2",
 			"1000, 85, -25,    0",
 		};