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

by default, disable xml hash validation of input

parent 3f3079d4
No related branches found
No related tags found
No related merge requests found
......@@ -407,8 +407,6 @@ Partial Class MainForm
'cbValidateXMLDeclarationJobs
'
Me.cbValidateXMLDeclarationJobs.AutoSize = true
Me.cbValidateXMLDeclarationJobs.Checked = true
Me.cbValidateXMLDeclarationJobs.CheckState = System.Windows.Forms.CheckState.Checked
Me.cbValidateXMLDeclarationJobs.Location = New System.Drawing.Point(6, 19)
Me.cbValidateXMLDeclarationJobs.Name = "cbValidateXMLDeclarationJobs"
Me.cbValidateXMLDeclarationJobs.Size = New System.Drawing.Size(222, 17)
......
......@@ -223,6 +223,9 @@
<metadata name="CmOpenFile.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>732, 12</value>
</metadata>
<metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>850, 12</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>49</value>
</metadata>
......
......@@ -59,7 +59,7 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl
private readonly ExecutionMode _mode;
public SimulatorFactory(ExecutionMode mode, IInputDataProvider dataProvider, IOutputDataWriter writer,
IDeclarationReport declarationReport = null, IVTPReport vtpReport = null, bool validate = true, bool validateHashes = true)
IDeclarationReport declarationReport = null, IVTPReport vtpReport = null, bool validate = true, bool validateHashes = false)
{
Log.Info("########## VectoCore Version {0} ##########", Assembly.GetExecutingAssembly().GetName().Version);
JobNumber = Interlocked.Increment(ref _jobNumberCounter);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment