Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit a0f4bb7f authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

remove testcases with very high slope

parent 73b91345
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment