Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 94ad6aa9 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

removed duplicate test cases

parent 43e847d4
No related branches found
No related tags found
No related merge requests found
...@@ -132,8 +132,7 @@ namespace TUGraz.VectoCore.Tests.Integration.BusAuxiliaries ...@@ -132,8 +132,7 @@ namespace TUGraz.VectoCore.Tests.Integration.BusAuxiliaries
TestCase(85, 0, 0), TestCase(85, 0, 0),
TestCase(85, 0, -1), TestCase(85, 0, -5), TestCase(85, 0, -10), TestCase(85, 0, -1), TestCase(85, 0, -5), TestCase(85, 0, -10),
TestCase(85, 0, -15), TestCase(85, 0, -20), TestCase(85, 0, -25), TestCase(85, 0, -15), TestCase(85, 0, -20), TestCase(85, 0, -25),
TestCase(80, 0, 3), TestCase(80, 0, 5), TestCase(80, 0, 15), TestCase(80, 0, 3), TestCase(80, 0, 5), TestCase(80, 0, 15), TestCase(80, 0, 25),
TestCase(80, 0, 5), TestCase(80, 0, 15), TestCase(80, 0, 25),
TestCase(22, 20, -5), TestCase(22, 20, -5),
] ]
public void Coach_Decelerate_AAux(double v1, double v2, double slope) public void Coach_Decelerate_AAux(double v1, double v2, double slope)
......
...@@ -196,7 +196,6 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration ...@@ -196,7 +196,6 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration
[Test, [Test,
// fixed points // fixed points
TestCase(150, 1.000, 1.000, 0.00), TestCase(150, 1.000, 1.000, 0.00),
TestCase(150, 1.005, 1.000, 0.00),
TestCase(150, 1.100, 1.000, -40.34), TestCase(150, 1.100, 1.000, -40.34),
TestCase(150, 1.222, 1.000, -80.34), TestCase(150, 1.222, 1.000, -80.34),
TestCase(150, 1.375, 1.000, -136.11), TestCase(150, 1.375, 1.000, -136.11),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment