Skip to content

Commit

Permalink
Patching netedit expected results. Refs #3045 and #14053
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Nov 9, 2023
1 parent 2619579 commit f91992e
Showing 1 changed file with 67 additions and 5 deletions.
72 changes: 67 additions & 5 deletions tests/netedit/attributesEnum.py
Original file line number Diff line number Diff line change
Expand Up @@ -2479,6 +2479,8 @@ class create:
tripID = 18
line = 19
onDemand = 20
jump = 21
split = 22

class inspect:
durationEnable = 1
Expand All @@ -2496,6 +2498,7 @@ class inspect:
line = 12
onDemand = 13
jump = 14
split = 15

class inspectSelection:
durationEnable = 1
Expand All @@ -2513,6 +2516,7 @@ class inspectSelection:
line = 14
onDemand = 15
jump = 16
split = 17

# stop over train stop

Expand All @@ -2533,6 +2537,8 @@ class create:
tripID = 18
line = 19
onDemand = 20
jump = 21
split = 22

class inspect:
durationEnable = 1
Expand All @@ -2550,6 +2556,7 @@ class inspect:
line = 12
onDemand = 13
jump = 14
split = 15

class inspectSelection:
durationEnable = 1
Expand All @@ -2567,6 +2574,7 @@ class inspectSelection:
line = 14
onDemand = 15
jump = 16
split = 17

# stop over container stop

Expand All @@ -2587,6 +2595,8 @@ class create:
tripID = 18
line = 19
onDemand = 20
jump = 21
split = 22

class inspect:
durationEnable = 1
Expand All @@ -2604,6 +2614,7 @@ class inspect:
line = 12
onDemand = 13
jump = 14
split = 15

class inspectSelection:
durationEnable = 1
Expand All @@ -2621,6 +2632,7 @@ class inspectSelection:
line = 14
onDemand = 15
jump = 16
split = 17

# stop over charging station

Expand All @@ -2641,6 +2653,8 @@ class create:
tripID = 18
line = 19
onDemand = 20
jump = 21
split = 22

class inspect:
durationEnable = 1
Expand All @@ -2658,6 +2672,7 @@ class inspect:
line = 12
onDemand = 13
jump = 14
split = 15

class inspectSelection:
durationEnable = 1
Expand All @@ -2675,6 +2690,7 @@ class inspectSelection:
line = 14
onDemand = 15
jump = 16
split = 17

# stop over parkings

Expand All @@ -2694,6 +2710,8 @@ class create:
tripID = 16
line = 17
onDemand = 18
jump = 19
split = 20

class inspect:
durationEnable = 1
Expand All @@ -2710,6 +2728,7 @@ class inspect:
line = 10
onDemand = 11
jump = 12
split = 13

class inspectSelection:
durationEnable = 1
Expand All @@ -2726,6 +2745,7 @@ class inspectSelection:
line = 13
onDemand = 14
jump = 15
split = 16

# stop over lane

Expand All @@ -2748,7 +2768,9 @@ class create:
tripID = 20
line = 21
onDemand = 22

jump = 23
split = 24

class inspect:
lane = 1
moveLane = 2
Expand All @@ -2770,6 +2792,8 @@ class inspect:
tripID = 17
line = 18
onDemand = 19
jump = 20
split = 21

class inspectSelection:
friendlyPos = 1
Expand All @@ -2788,6 +2812,8 @@ class inspectSelection:
tripID = 16
line = 17
onDemand = 18
jump = 19
split = 20

# waypoint over bus stops

Expand All @@ -2806,7 +2832,9 @@ class create:
tripID = 16
line = 17
speed = 18

jump = 19
split = 20

class inspect:
durationEnable = 1
duration = 2
Expand All @@ -2820,6 +2848,8 @@ class inspect:
tripID = 9
line = 10
speed = 11
jump = 12
split = 13

class inspectSelection:
durationEnable = 1
Expand All @@ -2834,6 +2864,8 @@ class inspectSelection:
tripID = 11
line = 12
speed = 13
jump = 14
split = 15

# waypoint over train stops

Expand All @@ -2852,6 +2884,8 @@ class create:
tripID = 16
line = 17
speed = 18
jump = 19
split = 20

class inspect:
durationEnable = 1
Expand All @@ -2866,6 +2900,8 @@ class inspect:
tripID = 9
line = 10
speed = 11
jump = 12
split = 13

class inspectSelection:
durationEnable = 1
Expand All @@ -2880,6 +2916,8 @@ class inspectSelection:
tripID = 11
line = 12
speed = 13
jump = 14
split = 15

# waypoint over container stops

Expand All @@ -2898,7 +2936,9 @@ class create:
tripID = 16
line = 17
speed = 18

jump = 19
split = 20

class inspect:
durationEnable = 1
duration = 2
Expand All @@ -2912,6 +2952,8 @@ class inspect:
tripID = 9
line = 10
speed = 11
jump = 12
split = 13

class inspectSelection:
durationEnable = 1
Expand All @@ -2926,7 +2968,9 @@ class inspectSelection:
tripID = 11
line = 12
speed = 13

jump = 14
split = 15

# waypoint over charging stations


Expand All @@ -2944,6 +2988,8 @@ class create:
tripID = 16
line = 17
speed = 18
jump = 19
split = 20

class inspect:
durationEnable = 1
Expand All @@ -2958,6 +3004,8 @@ class inspect:
tripID = 9
line = 10
speed = 11
jump = 12
split = 13

class inspectSelection:
durationEnable = 1
Expand All @@ -2972,6 +3020,8 @@ class inspectSelection:
tripID = 11
line = 12
speed = 13
jump = 14
split = 15

# waypoint over parkings

Expand All @@ -2989,7 +3039,9 @@ class create:
tripID = 14
line = 15
speed = 16

jump = 17
split = 18

class inspect:
durationEnable = 1
duration = 2
Expand All @@ -3002,6 +3054,8 @@ class inspect:
tripID = 7
line = 8
speed = 9
jump = 10
split = 11

class inspectSelection:
durationEnable = 1
Expand All @@ -3015,6 +3069,8 @@ class inspectSelection:
tripID = 9
line = 10
speed = 11
jump = 12
split = 13

# waypoint (over lane)

Expand All @@ -3035,6 +3091,8 @@ class create:
tripID = 18
line = 19
speed = 20
jump = 21
split = 22

class inspect:
lane = 1
Expand All @@ -3055,6 +3113,8 @@ class inspect:
tripID = 15
line = 16
speed = 17
jump = 18
split = 19

class inspectSelection:
friendlyPos = 1
Expand All @@ -3071,6 +3131,8 @@ class inspectSelection:
tripID = 13
line = 14
speed = 15
jump = 16
split = 17

# Person

Expand Down

0 comments on commit f91992e

Please sign in to comment.