Skip to content

Commit

Permalink
Updated netedit test. Refs #3045
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Jan 7, 2025
1 parent d44e7d0 commit 0eae274
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 30 deletions.
16 changes: 8 additions & 8 deletions tests/netedit/attributesEnum.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,14 +374,14 @@ class inspectSelectionTLS:

class crossing:
class create:
edges = 1
priority = 2
width = 3
edges = 2
priority = 3
width = 4
button = 9

class createTLS:
edges = 1
width = 2
edges = 2
width = 3
button = 9

class inspect:
Expand Down Expand Up @@ -4062,7 +4062,7 @@ class inspect:
parameters = 3

class inspectSelection:
parameters = 3
parameters = 1

# edgeRelData

Expand All @@ -4077,7 +4077,7 @@ class inspect:
parameters = 5

class inspectSelection:
parameters = 3
parameters = 1

# TAZRelData

Expand All @@ -4092,7 +4092,7 @@ class inspect:
parameters = 5

class inspectSelection:
parameters = 3
parameters = 1

# edge mean data

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-07-31 15:33:34 by Eclipse SUMO netedit Version v1_20_0+1585-7f20689389f
<!-- generated on 2025-01-07 15:45:16 by Eclipse SUMO netedit Version v1_21_0+1715-027d6d78c14
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
Expand All @@ -21,10 +21,10 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<trainStop id="trainStopB" name="m" lane="EdgeCenter0_1" startPos="5.00" endPos="10.00"/>
<containerStop id="containerStopA" lane="Edge2_1" startPos="34.00" endPos="44.00"/>
<containerStop id="containerStopB" lane="EdgeCenter1_1" startPos="17.50" endPos="22.50"/>
<chargingStation id="chargingStationA" lane="Edge2_1" startPos="13.00" endPos="21.00"/>
<chargingStation id="chargingStationB" lane="EdgeCenter1_1" startPos="37.50" endPos="42.50"/>
<parkingArea id="parkingAreaA" lane="Edge2_1" startPos="22.00" endPos="32.00"/>
<parkingArea id="parkingAreaB" lane="EdgeCenter0_1" startPos="15.00" endPos="20.00"/>
<chargingStation id="chargingStationA" lane="Edge2_1" startPos="13.00" endPos="21.00"/>
<chargingStation id="chargingStationB" lane="EdgeCenter1_1" startPos="37.50" endPos="42.50"/>
<!-- Detectors -->
<inductionLoop id="e1_0" lane="Edge4_1" pos="3.00" period="300.00" file="e1_0.xml"/>
<inductionLoop id="e1_1" lane="Edge1_1" pos="27.00" period="300.00" file="e1_1.xml"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-07-31 15:33:34 by Eclipse SUMO netedit Version v1_20_0+1585-7f20689389f
<!-- generated on 2025-01-07 15:45:16 by Eclipse SUMO netedit Version v1_21_0+1715-027d6d78c14
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
Expand All @@ -14,7 +14,4 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
-->

<data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd">
<interval id="newDataSet" begin="0.00" end="3600.00">
<edge id="Edge0"/>
</interval>
</data>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-07-31 15:37:32 by Eclipse SUMO netedit Version v1_20_0+1585-7f20689389f
<!-- generated on 2025-01-07 15:46:24 by Eclipse SUMO netedit Version v1_21_0+1715-027d6d78c14
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
Expand All @@ -21,10 +21,10 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<trainStop id="trainStopB" name="m" lane="EdgeCenter0_1" startPos="5.00" endPos="10.00"/>
<containerStop id="containerStopA" lane="Edge2_1" startPos="34.00" endPos="44.00"/>
<containerStop id="containerStopB" lane="EdgeCenter1_1" startPos="17.50" endPos="22.50"/>
<chargingStation id="chargingStationA" lane="Edge2_1" startPos="13.00" endPos="21.00"/>
<chargingStation id="chargingStationB" lane="EdgeCenter1_1" startPos="37.50" endPos="42.50"/>
<parkingArea id="parkingAreaA" lane="Edge2_1" startPos="22.00" endPos="32.00"/>
<parkingArea id="parkingAreaB" lane="EdgeCenter0_1" startPos="15.00" endPos="20.00"/>
<chargingStation id="chargingStationA" lane="Edge2_1" startPos="13.00" endPos="21.00"/>
<chargingStation id="chargingStationB" lane="EdgeCenter1_1" startPos="37.50" endPos="42.50"/>
<!-- Detectors -->
<inductionLoop id="e1_0" lane="Edge4_1" pos="3.00" period="300.00" file="e1_0.xml"/>
<inductionLoop id="e1_1" lane="Edge1_1" pos="27.00" period="300.00" file="e1_1.xml"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-07-31 15:37:32 by Eclipse SUMO netedit Version v1_20_0+1585-7f20689389f
<!-- generated on 2025-01-07 15:46:24 by Eclipse SUMO netedit Version v1_21_0+1715-027d6d78c14
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
Expand All @@ -14,7 +14,4 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
-->

<data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd">
<interval id="newDataSet" begin="0.00" end="3600.00">
<edgeRelation from="Edge0" to="Edge1"/>
</interval>
</data>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-10-01 15:30:46 by Eclipse SUMO netedit Version v1_20_0+2204-fb162b24262
<!-- generated on 2025-01-07 15:47:32 by Eclipse SUMO netedit Version v1_21_0+1715-027d6d78c14
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
Expand All @@ -14,7 +14,4 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
-->

<data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd">
<interval id="newDataSet" begin="0.00" end="3600.00">
<tazRelation from="taz_green" to="taz_red"/>
</interval>
</data>
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Error: Invalid route 'route_0' used in vehicle 'vehicle_0'.
Error: Loading of C:\Users\alva_pa\.texttest\tmp\netedit.gui.15Aug160807.7076\netedit.gui\elements\demands\waypoint\busstop\volatilerecomputing\routes.rou.xml failed.
Error: Could not build vehicle with ID 'vehicle_0' in netedit; route parent with ID 'route_0' doesn't exist.
Error: Loading of C:\Users\alva_pa\.texttest\tmp\netedit.gui.07Jan151732.11436\netedit.gui\elements\demands\waypoint\busstop\volatilerecomputing\routes.rou.xml failed.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Error: Invalid route 'route_0' used in vehicle 'vehicle_0'.
Error: Loading of C:\Users\alva_pa\.texttest\tmp\netedit.gui.15Aug160807.7076\netedit.gui\elements\demands\waypoint\busstop\volatilerecomputing\routes.rou.xml failed.
Error: Could not build vehicle with ID 'vehicle_0' in netedit; route parent with ID 'route_0' doesn't exist.
Error: Loading of C:\Users\alva_pa\.texttest\tmp\netedit.gui.07Jan151732.11436\netedit.gui\elements\demands\waypoint\busstop\volatilerecomputing\routes.rou.xml failed.

0 comments on commit 0eae274

Please sign in to comment.