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

Skip to content
Snippets Groups Projects
Commit 73369271 authored by Harald MARTINI's avatar Harald MARTINI
Browse files

updated WriteMockupResult in MockupPrimaryReport

parent 6eec60fd
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ namespace TUGraz.VectoMockup.Reports
public void WriteMockupResult(XMLDeclarationReport.ResultEntry resultValue)
{
var xElement = MockupResultReader.GetCIFMockupResult(Tns.NamespaceName, resultValue, Tns + "Result", _modelData);
var xElement = MockupResultReader.GetVIFMockupResult(Tns.NamespaceName, resultValue, Tns + "Result", _modelData);
Results.Add(xElement);
}
......@@ -60,8 +60,9 @@ namespace TUGraz.VectoMockup.Reports
Results.AddFirst(new XComment("Always prints success at the moment"));
}
public void GenerateReport(XElement fullReportHash)
{
{
_primaryVehicleReportImplementation.GenerateReport(fullReportHash);
}
......
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