29Jun14r16676 - detailed test results for TOOLS
(To start TextTest for these tests, run 'texttest -a tools -d /home/delphi/sumo/tests')
default: 209 tests: 206 succeeded 2 known bugs 1 FAILED
Detailed information for the tests that FAILED:
---------- Differences in errors ----------
1c1
< C:\Python27\lib\site-packages\matplotlib\axes.py:4602: UserWarning: No labeled objects found. Use label='...' kwarg on individual plots.
---
> /usr/lib64/python2.7/site-packages/matplotlib/axes.py:4747: UserWarning: No labeled objects found. Use label='...' kwarg on individual plots.
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>
******************************************************
Ticket #1191 (new defect: )
xml2csv does not handle embedded routes
http://sumo-sim.org/trac.wsgi/ticket/1191
Reported By: behrisch Owned by:
Priority: major Milestone: 0.22.0
Component: tools (python) Version: SVN
Description:
the route columns are missing completely in the output when doing it with schema
******************************************************
(This bug was triggered by FAILING to find text in file 'xml' matching 'route edges')
---------- Differences in xml ----------
1,762c1,184
< <?xml version="1.0" encoding="UTF-8"?>
<
< <!-- generated on Wed Jan 15 08:45:09 2014 by SUMO sumo Version dev-SVN-r15378
< <?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>
< <vehroute-output value="vehroutes.xml"/>
< </output>
<
< <time>
< <begin value="0"/>
< <end value="1000"/>
< </time>
<
< <report>
< <no-duration-log value="true"/>
< <no-step-log value="true"/>
< </report>
<
< </configuration>
< -->
<
<truncated after showing first 30 lines>