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

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

json input data: return dummy hash so that reports are correct

parent e8d6b4ef
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ namespace TUGraz.VectoCore.InputData.FileIO.JSON ...@@ -235,7 +235,7 @@ namespace TUGraz.VectoCore.InputData.FileIO.JSON
public virtual IPrimaryVehicleInformationInputDataProvider PrimaryVehicleData => null; public virtual IPrimaryVehicleInformationInputDataProvider PrimaryVehicleData => null;
public XElement XMLHash => new XElement(XMLNames.DI_Signature); public XElement XMLHash => XMLHelper.CreateDummySig("http://www.w3.org/2000/09/xmldsig#"); //new XElement(XMLNames.DI_Signature);
IDeclarationJobInputData IDeclarationInputDataProvider.JobInputData => this; IDeclarationJobInputData IDeclarationInputDataProvider.JobInputData => this;
......
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