20Oct14r17199 - detailed test results for TOOLS
(To start TextTest for these tests, run 'texttest -a tools -d /home/delphi/sumo/tests')
default: 210 tests: 208 succeeded 1 known bugs 1 FAILED
Detailed information for the tests that FAILED:
---------- Differences in net ----------
9,11c9,11
< <lane id=":143308546#1-AddedOffRampNode_0_0" index="0" speed="13.89" length="3.50" shape="1762.69,709.59 1758.28,710.49"/>
< <lane id=":143308546#1-AddedOffRampNode_0_1" index="1" speed="13.89" length="3.50" shape="1762.69,709.59 1760.25,707.84"/>
< <lane id=":143308546#1-AddedOffRampNode_0_2" index="2" speed="13.89" length="3.50" shape="1764.66,706.95 1762.22,705.19"/>
---
> <lane id=":143308546#1-AddedOffRampNode_0_0" index="0" speed="13.89" length="3.50" shape="1762.47,709.43 1758.06,710.33"/>
> <lane id=":143308546#1-AddedOffRampNode_0_1" index="1" speed="13.89" length="3.50" shape="1762.47,709.43 1760.03,707.68"/>
> <lane id=":143308546#1-AddedOffRampNode_0_2" index="2" speed="13.89" length="3.50" shape="1764.44,706.78 1762.00,705.03"/>
274,286d273
< <edge id=":1560223510_0" function="internal">
< <lane id=":1560223510_0_0" index="0" speed="13.89" length="7.86" shape="1022.99,350.85 1023.32,349.46 1024.45,348.38 1026.39,347.61 1029.14,347.15"/>
< </edge>
< <edge id=":1560223510_1" function="internal">
< <lane id=":1560223510_1_0" index="0" speed="13.89" length="4.82" shape="1022.99,350.85 1023.75,349.57 1024.56,349.11 1025.40,349.48 1026.29,350.68"/>
< </edge>
< <edge id=":1560223510_2" function="internal">
< <lane id=":1560223510_2_0" index="0" speed="13.89" length="9.59" shape="1019.25,344.91 1028.82,343.87"/>
< <lane id=":1560223510_2_1" index="1" speed="13.89" length="9.59" shape="1019.65,348.18 1029.14,347.15"/>
< </edge>
< <edge id=":1560223510_4" function="internal">
< <lane id=":1560223510_4_0" index="0" speed="13.89" length="7.94" shape="1019.65,348.18 1022.49,348.05 1024.54,348.42 1025.81,349.30 1026.29,350.68"/>
< </edge>
401,496d387
< <edge id=":1560223721_0" function="internal">
< <lane id=":1560223721_0_0" index="0" speed="13.89" length="5.07" shape="1187.44,518.82 1187.53,520.21 1188.04,521.23 1188.97,521.90 1190.33,522.21"/>
< </edge>
< <edge id=":1560223721_1" function="internal">
< <lane id=":1560223721_1_0" index="0" speed="13.89" length="9.43" shape="1187.44,518.82 1186.73,528.22"/>
< </edge>
< <edge id=":1560223721_2" function="internal">
<truncated after showing first 30 lines>
---------- Differences in output ----------
11a12,13
> Joining junction clusters... done.
> Joined 6 junction cluster(s).
13c15
< 212 nodes removed.
---
> 210 nodes removed.
34c36
< 13 traffic light(s) computed.
---
> 12 traffic light(s) computed.
40c42
< Priority junctions : 72
---
> Priority junctions : 64
Detailed information for the tests that had known bugs:
******************************************************
Ticket #1190 (new defect: )
csv2xml cannot handle elements without attributes
http://sumo-sim.org/trac.wsgi/ticket/1190
Reported By: behrisch Owned by:
Priority: major Milestone: 1.0.0
Component: tools (python) Version: SVN
Description:
they are simply ignored. We could fix this by simply disallowing them in the input (they only occur in the full output and are quite useless there) or by looking at the schema in more detail when transforming
******************************************************
(This bug was triggered by FAILING to find text in file 'xml' matching 'vehicles')
---------- Differences in xml ----------
1,29d0
< <?xml version="1.0" encoding="UTF-8"?>
<
< <!-- generated on Tue Dec 3 16:33:35 2013 by SUMO sumo Version dev-SVN-r15233
< <?xml version="1.0" encoding="UTF-8"?>
<
< <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/sumoConfiguration.xsd">
<
< <input>
< <net-file value="net.net.xml"/>
< <route-files value="input_routes.rou.xml"/>
< </input>
<
< <output>
< <full-output value="full.xml"/>
< </output>
<
< <time>
< <begin value="0"/>
< <end value="120"/>
< </time>
<
< <report>
< <no-duration-log value="true"/>
< <no-step-log value="true"/>
< </report>
<
< </configuration>
< -->
<
<truncated after showing first 30 lines>