Skip to content

Commit

Permalink
patching expected results refs #21, #4379
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Oct 15, 2024
1 parent 029b7c4 commit 657583a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions tests/sumo/rail/bugs/insertion_at_signal/tripinfos.sumo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2022-08-26 14:50:03 by Eclipse SUMO sumo Version v1_14_1+0578-3a5f6d4
<!-- generated on 2024-10-15 08:13:51 by Eclipse SUMO sumo Version v1_20_0+0652-00b5479c17d
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 @@ -25,6 +25,7 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
</output>
<processing>
<time-to-teleport.railsignal-deadlock value="200"/>
<default.speeddev value="0"/>
</processing>
Expand All @@ -38,6 +39,6 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
-->

<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
<tripinfo id="train" depart="10.00" departLane="a_0" departPos="20.10" departSpeed="13.28" departDelay="0.00" arrival="38.00" arrivalLane="c_0" arrivalPos="94.64" arrivalSpeed="13.89" duration="28.00" routeLength="379.91" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="tripinfo_train" vType="train" speedFactor="1.00" vaporized=""/>
<tripinfo id="train" depart="10.00" departLane="a_0" departPos="20.10" departSpeed="13.89" departDelay="0.00" arrival="38.00" arrivalLane="c_0" arrivalPos="94.64" arrivalSpeed="13.89" duration="28.00" routeLength="379.91" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="tripinfo_train" vType="train" speedFactor="1.00" vaporized=""/>
<tripinfo id="train2" depart="0.00" departLane="-e_0" departPos="126.06" departSpeed="0.00" departDelay="0.00" arrival="126.00" arrivalLane="-a_0" arrivalPos="94.64" arrivalSpeed="13.89" duration="126.00" routeLength="315.03" waitingTime="0.00" waitingCount="0" stopTime="100.00" timeLoss="2.98" rerouteNo="0" devices="tripinfo_train2" vType="train" speedFactor="1.00" vaporized=""/>
</tripinfos>
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-04 13:42:08 by Eclipse SUMO sumo Version v1_20_0+0429-f4efa8785ef
<!-- generated on 2024-10-15 08:13:51 by Eclipse SUMO sumo Version v1_20_0+0652-00b5479c17d
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 Down Expand Up @@ -30,6 +30,7 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
</time>
<processing>
<time-to-teleport.railsignal-deadlock value="200"/>
<default.speeddev value="0"/>
</processing>
Expand All @@ -43,7 +44,7 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
-->

<tlsStates xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tlsstates_file.xsd">
<tlsState time="0.00" id="gneJ2" programID="0" phase="0" state="G"/>
<tlsState time="0.00" id="gneJ2" programID="0" phase="1" state="r"/>
<tlsState time="1.00" id="gneJ2" programID="0" phase="1" state="r"/>
<tlsState time="2.00" id="gneJ2" programID="0" phase="1" state="r"/>
<tlsState time="3.00" id="gneJ2" programID="0" phase="1" state="r"/>
Expand Down
3 changes: 2 additions & 1 deletion tests/sumo/rail/rail_signal/large_step_size/tls_state.sumo
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-14 23:08:01 by Eclipse SUMO sumo Version v1_20_0+0489-d33cee02165
<!-- generated on 2024-10-15 08:13:51 by Eclipse SUMO sumo Version v1_20_0+0652-00b5479c17d
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 Down Expand Up @@ -32,6 +32,7 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
</time>
<processing>
<time-to-teleport.railsignal-deadlock value="200"/>
<default.speeddev value="0"/>
</processing>
Expand Down

0 comments on commit 657583a

Please sign in to comment.