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

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

correct header for VTP testcases, disable testcases checking fuel consumption...

correct header for VTP testcases, disable testcases checking fuel consumption (disabled due to dual fuel vehicles)
parent 7b2ee971
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
{
public static List<string> LogList = new List<string>();
const string Header = "<t> [s],<v> [km/h],<n_eng> [rpm],<n_fan> [rpm],<tq_left> [Nm],<tq_right> [Nm],<n_wh_left> [rpm],<n_wh_right> [rpm],<fc> [g/h],<gear>";
const string Header = "<t> [s],<v> [km/h],<n_eng> [rpm],<n_fan> [rpm],<tq_left> [Nm],<tq_right> [Nm],<n_wh_left> [rpm],<n_wh_right> [rpm],<fc_Diesel CI> [g/h],<gear>";
[TestCase()]
......@@ -309,7 +309,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
}
[TestCase()]
[TestCase(), Ignore("FC-Checks disabled (dual fuel)")]
public void TestFuelConsumptionTooLow()
{
SetupLogging();
......@@ -339,7 +339,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
}
[TestCase()]
[TestCase(), Ignore("FC-Checks disabled (dual fuel")]
public void TestFuelConsumptionLowOK()
{
SetupLogging();
......
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