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

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

fixed typo in testcases

parent 77919d41
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ namespace TUGraz.VectoCore.Tests.Integration
[TestMethod]
public void Truck40t_SubUrbanCycle_RefLoad()
{
var cycle = SimpleDrivingCycles.ReadDeclarationCycle("SubUrban");
var cycle = SimpleDrivingCycles.ReadDeclarationCycle("Suburban");
var run = Truck40tPowerTrain.CreateEngineeringRun(cycle, "Truck40t_SubUrbanCycle_RefLoad.vmod",
7500.SI<Kilogram>(), 12900.SI<Kilogram>());
......@@ -98,7 +98,7 @@ namespace TUGraz.VectoCore.Tests.Integration
[TestMethod]
public void Truck40t_InterUrbanCycle_RefLoad()
{
var cycle = SimpleDrivingCycles.ReadDeclarationCycle("InterUrban");
var cycle = SimpleDrivingCycles.ReadDeclarationCycle("Interurban");
var run = Truck40tPowerTrain.CreateEngineeringRun(cycle, "Truck40t_InterUrbanCycle_RefLoad.vmod",
7500.SI<Kilogram>(), 12900.SI<Kilogram>());
......
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