30Jun14r16681 - 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 FAILED 1 known bugs
Detailed information for the tests that FAILED:
---------- Differences in errors ----------
3d2
< Ignoring tag param at depth 4
5c4
< Ignoring tag stop at depth 2
---
> Ignoring tag param at depth 4
7d5
< Ignoring tag stop at depth 2
10,12d7
< Ignoring tag stop at depth 2
< Ignoring tag stop at depth 2
< Ignoring tag stop at depth 2
---------- Differences in xml ----------
2,7c2,5
< <vehicle id="horizontal.0" depart="100.00" arrival="310.00">
< <route edges="2fi 2si 1o 1fi 1si 2o 2fi"/>
< </vehicle>
< <vehicle id="horizontal.1" depart="110.00" arrival="320.00">
< <route edges="2fi 2si 1o 1fi 1si 2o 2fi"/>
< </vehicle>
---
> <route edges="2fi 2si 1o 1fi 1si 2o 2fi">
> <vehicle id="horizontal.0" depart="100.00" arrival="310.00"/>
> </route>
> <route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
8a7
> <route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
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>