From a0e202b695276a3cff0b5dc283ee769f99bb39e9 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Thu, 23 May 2019 11:38:44 +0200 Subject: [PATCH] running all cycles in testcase --- VectoCore/VectoCoreTest/Integration/ADAS/ADASTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VectoCore/VectoCoreTest/Integration/ADAS/ADASTests.cs b/VectoCore/VectoCoreTest/Integration/ADAS/ADASTests.cs index 84cd5c151b..fee2c0a042 100644 --- a/VectoCore/VectoCoreTest/Integration/ADAS/ADASTests.cs +++ b/VectoCore/VectoCoreTest/Integration/ADAS/ADASTests.cs @@ -31,8 +31,8 @@ namespace TUGraz.VectoCore.Tests.Integration.ADAS [TestCase(@"TestData\Integration\ADAS\Group5_EngineStopStart.xml")] public void TestVehicleWithADASEngineStopStart(string filename) { - //var container = RunAllDeclarationJob(filename); - var container = RunSingleDeclarationJob(filename, 4); + var container = RunAllDeclarationJob(filename); + //var container = RunSingleDeclarationJob(filename, 4); } -- GitLab