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 d23745f9 authored by Harald Martini's avatar Harald Martini
Browse files

ignore PrimaryBusCycleSection tests if FULL_SIMULATION is defined

parent ecb4d65b
Branches
Tags
No related merge requests found
// #define FULL_SIMULATIONS
#define FULL_SIMULATIONS
......@@ -628,6 +628,11 @@ public class PrimaryBusSimulation
public void PrimaryBusCycleSection(string primaryFile, MissionType cycle, LoadingType loading,
double startDistance_m, double f_equiv)
{
#if FULL_SIMULATIONS
Assert.Ignore();
#endif
var missionFilter = TestMissionFilter();
missionFilter.SetMissions((cycle, loading));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment