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

fix job file, comment out test debugging

parent d136e010
Branches
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<VehicleCategory>Rigid Truck</VehicleCategory> <VehicleCategory>Rigid Truck</VehicleCategory>
<AxleConfiguration>4x2</AxleConfiguration> <AxleConfiguration>4x2</AxleConfiguration>
<CurbMassChassis>4010</CurbMassChassis> <CurbMassChassis>4010</CurbMassChassis>
<GrossVehicleMass>7500</GrossVehicleMass> <GrossVehicleMass>7501</GrossVehicleMass>
<IdlingSpeed>600</IdlingSpeed> <IdlingSpeed>600</IdlingSpeed>
<RetarderType>None</RetarderType> <RetarderType>None</RetarderType>
<AngledriveType>None</AngledriveType> <AngledriveType>None</AngledriveType>
......
...@@ -379,6 +379,9 @@ namespace TUGraz.VectoCore.Tests.Integration ...@@ -379,6 +379,9 @@ namespace TUGraz.VectoCore.Tests.Integration
var jobContainer = new JobContainer(sumData); var jobContainer = new JobContainer(sumData);
jobContainer.AddRuns(factory); jobContainer.AddRuns(factory);
//var runs = jobContainer.Runs;
//runs[0].Run.Run();
jobContainer.Execute(); jobContainer.Execute();
jobContainer.WaitFinished(); jobContainer.WaitFinished();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment