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

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

updating testcase

parent cfd4aa85
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,9 @@ namespace TUGraz.VectoCore.Tests.Integration.Multistage
var inputData = xmlInputReader.Create(primaryFile);
var writer = new FileOutputWriter("vif_writing_test.xml");
var xmlreport = new XMLDeclarationReportPrimaryVehicle(writer);
var xmlreport = new XMLDeclarationReportMultistageBusVehicle(writer);
//var xmlreport = new XMLDeclarationReportPrimaryVehicle(writer);
var factory = new SimulatorFactory(ExecutionMode.Declaration, inputData, writer, xmlreport) {
WriteModalResults = true,
//ActualModalData = true,
......
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