Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit a1a9fdf7 authored by Stefanos Doumpoulakis's avatar Stefanos Doumpoulakis
Browse files

fix: disabled codeu issue 15 fix because of failing testcases

parent 820c1687
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment