Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Sep 2, 2024
1 parent b62fd00 commit 9109265
Show file tree
Hide file tree
Showing 10 changed files with 192 additions and 194 deletions.
16 changes: 8 additions & 8 deletions tests/netedit/network/junctions/move/additionals.add.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<!-- StoppingPlaces -->
<busStop id="bs_0" lane="E0_1" startPos="2.80" endPos="12.80"/>
<busStop id="bs_1" lane="-E0_1" startPos="5.00" endPos="15.00"/>
<busStop id="bs_2" lane="E1_1" startPos="2.80" endPos="12.80"/>
<busStop id="bs_3" lane="-E1_1" startPos="5.00" endPos="15.00"/>
<busStop id="bs_4" lane="E2_1" startPos="2.80" endPos="12.80"/>
<busStop id="bs_5" lane="-E2_1" startPos="5.00" endPos="15.00"/>
<busStop id="bs_7" lane="E3_0" startPos="2.80" endPos="12.80"/>
<busStop id="bs_8" lane="-E3_1" startPos="5.00" endPos="15.00"/>
<busStop id="bs_0" lane="E0_1" startPos="2.80" endPos="12.80" friendlyPos="true"/>
<busStop id="bs_1" lane="-E0_1" startPos="5.00" endPos="15.00" friendlyPos="true"/>
<busStop id="bs_2" lane="E1_1" startPos="2.80" endPos="12.80" friendlyPos="true"/>
<busStop id="bs_3" lane="-E1_1" startPos="5.00" endPos="15.00" friendlyPos="true"/>
<busStop id="bs_4" lane="E2_1" startPos="2.80" endPos="12.80" friendlyPos="true"/>
<busStop id="bs_5" lane="-E2_1" startPos="5.00" endPos="15.00" friendlyPos="true"/>
<busStop id="bs_7" lane="E3_0" startPos="2.80" endPos="12.80" friendlyPos="true"/>
<busStop id="bs_8" lane="-E3_1" startPos="5.00" endPos="15.00" friendlyPos="true"/>
</additional>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-09-02 11:10:14 by Eclipse SUMO netedit Version v1_20_0+1821-fef78581e33
<!-- generated on 2024-09-02 12:06:25 by Eclipse SUMO netedit Version v1_20_0+1821-fef78581e33
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 @@ -15,12 +15,12 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later

<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<!-- StoppingPlaces -->
<busStop id="bs_0" lane="E0_1" startPos="2.80" endPos="12.80"/>
<busStop id="bs_1" lane="-E0_1" startPos="5.00" endPos="15.00"/>
<busStop id="bs_2" lane="E1_1" startPos="2.80" endPos="12.80"/>
<busStop id="bs_3" lane="-E1_1" startPos="5.00" endPos="15.00"/>
<busStop id="bs_4" lane="E2_1" startPos="2.80" endPos="12.80"/>
<busStop id="bs_5" lane="-E2_1" startPos="5.00" endPos="15.00"/>
<busStop id="bs_7" lane="E3_0" startPos="2.80" endPos="12.80"/>
<busStop id="bs_8" lane="-E3_1" startPos="5.00" endPos="15.00"/>
<busStop id="bs_0" lane="E0_1" startPos="2.80" endPos="12.80" friendlyPos="true"/>
<busStop id="bs_1" lane="-E0_1" startPos="5.00" endPos="15.00" friendlyPos="true"/>
<busStop id="bs_2" lane="E1_1" startPos="2.80" endPos="12.80" friendlyPos="true"/>
<busStop id="bs_3" lane="-E1_1" startPos="5.00" endPos="15.00" friendlyPos="true"/>
<busStop id="bs_4" lane="E2_1" startPos="2.80" endPos="12.80" friendlyPos="true"/>
<busStop id="bs_5" lane="-E2_1" startPos="5.00" endPos="15.00" friendlyPos="true"/>
<busStop id="bs_7" lane="E3_0" startPos="2.80" endPos="12.80" friendlyPos="true"/>
<busStop id="bs_8" lane="-E3_1" startPos="5.00" endPos="15.00" friendlyPos="true"/>
</additional>
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,5 @@
<view3D show3DTLSLinkMarkers="1" show3DTLSDomes="1" show3DHeadUpDisplay="1" generate3DTLSModels="0" ambient3DLight="32,32,32" diffuse3DLight="64,64,64"/>
<legend showSizeLegend="1" showColorLegend="0" showVehicleColorLegend="0"/>
</scheme>
<viewport zoom="140.00" x="7.85" y="0.00" angle="0.00"/>
<viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/>
</viewsettings>
164 changes: 82 additions & 82 deletions tests/netedit/network/junctions/move/after_recomputing/net.netedit

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
TestFunctions: Netedit opened successfully
Finding reference
TestFunctions: 'reference.png' found. Position: 304 - 168
TestFunctions: Clicked over position 802 - 404
TestFunctions: Clicked over position 304 - 168
TestFunctions: Clicked over position 304 - 168
TestFunctions: Netedit closed successfully
18 changes: 9 additions & 9 deletions tests/netedit/network/junctions/move/basic/additionals.netedit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-09-02 11:10:14 by Eclipse SUMO netedit Version v1_20_0+1821-fef78581e33
<!-- generated on 2024-09-02 12:05:05 by Eclipse SUMO netedit Version v1_20_0+1821-fef78581e33
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 @@ -15,12 +15,12 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later

<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<!-- StoppingPlaces -->
<busStop id="bs_0" lane="E0_1" startPos="2.80" endPos="12.80"/>
<busStop id="bs_1" lane="-E0_1" startPos="5.00" endPos="15.00"/>
<busStop id="bs_2" lane="E1_1" startPos="2.80" endPos="12.80"/>
<busStop id="bs_3" lane="-E1_1" startPos="5.00" endPos="15.00"/>
<busStop id="bs_4" lane="E2_1" startPos="2.80" endPos="12.80"/>
<busStop id="bs_5" lane="-E2_1" startPos="5.00" endPos="15.00"/>
<busStop id="bs_7" lane="E3_0" startPos="2.80" endPos="12.80"/>
<busStop id="bs_8" lane="-E3_1" startPos="5.00" endPos="15.00"/>
<busStop id="bs_0" lane="E0_1" startPos="2.80" endPos="12.80" friendlyPos="true"/>
<busStop id="bs_1" lane="-E0_1" startPos="5.00" endPos="15.00" friendlyPos="true"/>
<busStop id="bs_2" lane="E1_1" startPos="2.80" endPos="12.80" friendlyPos="true"/>
<busStop id="bs_3" lane="-E1_1" startPos="5.00" endPos="15.00" friendlyPos="true"/>
<busStop id="bs_4" lane="E2_1" startPos="2.80" endPos="12.80" friendlyPos="true"/>
<busStop id="bs_5" lane="-E2_1" startPos="5.00" endPos="15.00" friendlyPos="true"/>
<busStop id="bs_7" lane="E3_0" startPos="2.80" endPos="12.80" friendlyPos="true"/>
<busStop id="bs_8" lane="-E3_1" startPos="5.00" endPos="15.00" friendlyPos="true"/>
</additional>
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,5 @@
<view3D show3DTLSLinkMarkers="1" show3DTLSDomes="1" show3DHeadUpDisplay="1" generate3DTLSModels="0" ambient3DLight="32,32,32" diffuse3DLight="64,64,64"/>
<legend showSizeLegend="1" showColorLegend="0" showVehicleColorLegend="0"/>
</scheme>
<viewport zoom="140.00" x="7.85" y="0.00" angle="0.00"/>
<viewport zoom="140.00" x="0.00" y="0.00" angle="0.00"/>
</viewsettings>
Loading

0 comments on commit 9109265

Please sign in to comment.