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

Skip to content
Snippets Groups Projects
Commit d23745f9 authored by Harald Martini's avatar Harald Martini
Browse files

ignore PrimaryBusCycleSection tests if FULL_SIMULATION is defined

parent ecb4d65b
No related branches found
No related tags found
No related merge requests found
// #define FULL_SIMULATIONS
#define FULL_SIMULATIONS
......@@ -628,7 +628,12 @@ public class PrimaryBusSimulation
public void PrimaryBusCycleSection(string primaryFile, MissionType cycle, LoadingType loading,
double startDistance_m, double f_equiv)
{
var missionFilter = TestMissionFilter();
#if FULL_SIMULATIONS
Assert.Ignore();
#endif
var missionFilter = TestMissionFilter();
missionFilter.SetMissions((cycle, loading));
var cycleFactory = StartPointCycleFactory();
......
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