From a0f4bb7f94e17a5f4b4ece3f9e11790767b5e559 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Mon, 13 Mar 2017 16:33:44 +0100 Subject: [PATCH] remove testcases with very high slope --- VectoCore/VectoCore/VectoCore.csproj | 1 + .../VectoCoreTest/Integration/DriverStrategy/SimpleCycles.cs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VectoCore/VectoCore/VectoCore.csproj b/VectoCore/VectoCore/VectoCore.csproj index 0fb67bc954..9a3ac706b4 100644 --- a/VectoCore/VectoCore/VectoCore.csproj +++ b/VectoCore/VectoCore/VectoCore.csproj @@ -84,6 +84,7 @@ <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> + <Reference Include="DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> <Reference Include="itextsharp"> <HintPath>..\..\packages\iTextSharp.5.5.9\lib\itextsharp.dll</HintPath> </Reference> diff --git a/VectoCore/VectoCoreTest/Integration/DriverStrategy/SimpleCycles.cs b/VectoCore/VectoCoreTest/Integration/DriverStrategy/SimpleCycles.cs index a74e1585ef..57621b4ef9 100644 --- a/VectoCore/VectoCoreTest/Integration/DriverStrategy/SimpleCycles.cs +++ b/VectoCore/VectoCoreTest/Integration/DriverStrategy/SimpleCycles.cs @@ -153,7 +153,7 @@ namespace TUGraz.VectoCore.Tests.Integration.DriverStrategy TestCase(80, 0, -25), TestCase(80, 0, -5), TestCase(80, 0, 0), - TestCase(80, 0, 18), + //TestCase(80, 0, 18), TestCase(80, 0, 15), TestCase(80, 0, 3), TestCase(80, 0, 5), @@ -297,7 +297,7 @@ namespace TUGraz.VectoCore.Tests.Integration.DriverStrategy TestCase(0, 85, 1), TestCase(0, 85, 10), TestCase(0, 85, 2), - TestCase(0, 85, 25), + //TestCase(0, 85, 25), TestCase(0, 85, 5), TestCase(20, 22, 5), TestCase(20, 60, -15), -- GitLab