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 17e39dc6 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

ignore dual-mode dual-fuel test - not supported in VECTO

parent 06bb7200
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,8 @@ namespace TUGraz.VectoCore.Tests.Integration.DualFuel ...@@ -27,7 +27,8 @@ namespace TUGraz.VectoCore.Tests.Integration.DualFuel
xmlInputReader = _kernel.Get<IXMLInputDataReader>(); xmlInputReader = _kernel.Get<IXMLInputDataReader>();
} }
[TestCase(@"TestData\XML\XMLReaderDeclaration\SchemaVersion2.3\vehicle_sampleDualModeDualFuel.xml")] [TestCase(@"TestData\XML\XMLReaderDeclaration\SchemaVersion2.3\vehicle_sampleDualModeDualFuel.xml"),
Ignore("DualMode vehicles are currently not supported - method how to write results not defined")]
public void DualModeDualFuelVehicleTest(string jobName) public void DualModeDualFuelVehicleTest(string jobName)
{ {
var fileWriter = new FileOutputWriter(jobName); var fileWriter = new FileOutputWriter(jobName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment