texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.31Dec220948.20908 -g
texttest -a tools -d /home/delphi/sumo/tests
---------- Differences in output ---------- 3c3 < Could not reconstruct new departure for vehicle 'straight'. Using old departure --- > Could not reconstruct new departure time for vehicle 'straight'. Using old departure time. ---------- Differences in routes ---------- 3c3 < <vehicle depart="0" id="straight" type="slow"> --- > <vehicle depart="0.00" id="straight" type="slow">
---------- Differences in routes ---------- 3,4c3,4 < < <vehicle depart="116" id="straight" type="slow"> --- > > <vehicle depart="116.00" id="straight" type="slow">
---------- Differences in output ---------- 3,4c3,4 < Could not reconstruct new departure for vehicle 'left'. Using old departure < Could not reconstruct new departure for vehicle 'straight'. Using old departure --- > Could not reconstruct new departure time for vehicle 'left'. Using old departure time. > Could not reconstruct new departure time for vehicle 'straight'. Using old departure time. ---------- Differences in routes ---------- 3,4c3,4 < < <vehicle depart="0" id="left" type="fast"> --- > > <vehicle depart="0.00" id="left" type="fast"> 7,8c7,8 < < <vehicle depart="0" id="straight" type="slow"> --- > > <vehicle depart="0.00" id="straight" type="slow">
---------- Differences in output ---------- 4c4 < Discared 1 routes because they have less than 3 edges --- > Discarded 1 routes because they have less than 3 edges
---------- Differences in routes ---------- 3,4c3,4 < < <vehicle depart="17.8147482014" id="straight" type="slow"> --- > > <vehicle depart="17.81" id="straight" type="slow">
---------- Differences in routes ---------- 3,4c3,4 < < <vehicle depart="35.6294964029" id="straight" type="slow"> --- > > <vehicle depart="35.63" id="straight" type="slow">
---------- Differences in output ---------- 3c3 < Could not reconstruct new departure for vehicle 'straight'. Using old departure --- > Could not reconstruct new departure time for vehicle 'straight'. Using old departure time. ---------- Differences in routes ---------- 3,4c3,4 < < <vehicle depart="0" id="straight" type="slow"> --- > > <vehicle depart="0.00" id="straight" type="slow">
---------- Differences in output ---------- 3c3 < Could not reconstruct new departure for vehicle 'straight'. Using old departure --- > Could not reconstruct new departure time for vehicle 'straight'. Using old departure time. ---------- Differences in trips ---------- 3c3 < <trip depart="0" id="straight" from="middle" to="end" type="slow"/> --- > <trip depart="0.00" id="straight" from="middle" to="end" type="slow"/>
****************************************************** Ticket #1190 (new defect: ) csv2xml cannot handle elements without attributes http://sumo.dlr.de/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.dlr.de/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>