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
Verified Commit 2bb80e17 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

remove no longer applicable testcases

parent 5833e183
No related branches found
No related tags found
No related merge requests found
......@@ -351,9 +351,9 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration
[TestCase(VehicleClass.Class6, MissionType.Interurban, "Standard technology"),
TestCase(VehicleClass.Class6, MissionType.LongHaul, "Standard technology - Flux-Compensator")]
//Medium Lorry
[TestCase(VehicleClass.Class55, MissionType.LongHaul, "Standard technology"),
TestCase(VehicleClass.Class55, MissionType.UrbanDelivery, "Standard technology - Flux-Compensator"),
TestCase(VehicleClass.Class55, MissionType.LongHaul, "Standard technology - LED headlights, all")]
//[TestCase(VehicleClass.Class55, MissionType.LongHaul, "Standard technology"),
//TestCase(VehicleClass.Class55, MissionType.UrbanDelivery, "Standard technology - Flux-Compensator"),
//TestCase(VehicleClass.Class55, MissionType.LongHaul, "Standard technology - LED headlights, all")]
public void AuxElectricSystem_NotExistingError(VehicleClass hdvClass, MissionType mission, string technology)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment