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

Skip to content
Snippets Groups Projects
Commit 771448a2 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

adding testcase for monitoring report of exempted vehicle

parent a577b17a
No related branches found
No related tags found
No related merge requests found
......@@ -107,10 +107,10 @@ namespace TUGraz.VectoCore.Tests.Integration
}
}
[TestCase()]
public void TestValidationXMLReports()
[TestCase(@"Testdata\XML\XMLReaderDeclaration\vecto_vehicle-sample.xml"),
TestCase(@"TestData\Integration\DeclarationMode\ExemptedVehicle\vecto_vehicle-sample_exempted.xml")]
public void TestValidationXMLReports(string jobfile)
{
var jobfile = @"Testdata\XML\XMLReaderDeclaration\vecto_vehicle-sample.xml";
var dataProvider = new XMLDeclarationInputDataProvider(XmlReader.Create(jobfile), true);
var writer = new FileOutputWriter(jobfile);
var xmlReport = new XMLDeclarationReport(writer);
......
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