From 9dcc5c77450e8d7c6ce69fa0f01c13da973b334f Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Mon, 14 Nov 2016 13:34:58 +0100
Subject: [PATCH] comment in testcase

---
 .../Models/SimulationComponentData/ValidationTest.cs          | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/VectoCore/VectoCoreTest/Models/SimulationComponentData/ValidationTest.cs b/VectoCore/VectoCoreTest/Models/SimulationComponentData/ValidationTest.cs
index ac487ff555..16c38c5376 100644
--- a/VectoCore/VectoCoreTest/Models/SimulationComponentData/ValidationTest.cs
+++ b/VectoCore/VectoCoreTest/Models/SimulationComponentData/ValidationTest.cs
@@ -369,6 +369,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponentData
 			var results = shiftPolygon.Validate(ExecutionMode.Declaration, GearboxType.MT);
 			Assert.IsFalse(results.Any());
 
+			// change columns
 			shiftPolygon =
 				ShiftPolygonReader.Create(
 					VectoCSVFile.ReadStream(
@@ -394,9 +395,10 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponentData
 					VectoCSVFile.ReadStream(
 						InputDataHelper.InputDataAsStream("engine torque,downshift rpm [rpm],upshift rpm [rpm]	", vgbs)));
 
-			var results = shiftPolygon.Validate(ExecutionMode.Declaration, GearboxType.MT);
+			var results = shiftPolygon.Validate(ExecutionMode.Declaration, GearboxType.ATSerial);
 			Assert.IsFalse(results.Any());
 
+			// change columns
 			shiftPolygon =
 				ShiftPolygonReader.Create(
 					VectoCSVFile.ReadStream(
-- 
GitLab