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 c71736f7 authored by Stefanos DOUMPOULAKIS's avatar Stefanos DOUMPOULAKIS Committed by Markus Quaritsch
Browse files

Pull request #313: fix: disabled codeu issue 15 fix because of failing testcases

Merge in VECTO/vecto-dev from VECTO/sd_vecto:disable-issue-15-fix to develop

* commit 'a1a9fdf7':
  fix: disabled codeu issue 15 fix because of failing testcases
parents 820c1687 a1a9fdf7
Branches
Tags
No related merge requests found
......@@ -472,7 +472,8 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter
new VectoRunData.AuxData { ID = Constants.Auxiliaries.IDs.ENGMode_AUX_MECH_BASE, DemandType = AuxiliaryDemandType.Constant, PowerDemandMech = baseDemand},
new VectoRunData.AuxData { ID = Constants.Auxiliaries.IDs.ENGMode_AUX_MECH_STP, DemandType = AuxiliaryDemandType.Constant, PowerDemandMech = stpDemand},
new VectoRunData.AuxData { ID = Constants.Auxiliaries.IDs.ENGMode_AUX_MECH_FAN, DemandType = AuxiliaryDemandType.Constant, PowerDemandMech = fanDemand},
new VectoRunData.AuxData { ID = DrivingCycleDataReader.Fields.AdditionalAuxPowerDemand, DemandType = AuxiliaryDemandType.Direct }
// Temporarily disabling fix for codeu issue 15 because it causes distnace-based testcases to fail
//new VectoRunData.AuxData { ID = DrivingCycleDataReader.Fields.AdditionalAuxPowerDemand, DemandType = AuxiliaryDemandType.Direct }
};
return auxList;
......
......@@ -30,6 +30,7 @@ namespace TUGraz.VectoCore.Tests.Integration
private const string TRACTOR_AT_JOB = @"TestData/Integration/ConventionalTimeruns/Class5_Tractor_4x2/Class5_Tractor_ENG_Aux.vecto";
[Category("Integration")]
[Ignore("Temporarily disabling fix for codeu issue 15 because it causes distnace-based testcases to fail")]
[
TestCase(TRACTOR_AT_JOB, TestName = "Tractor AT distance Padd cycle")
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment