texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.01Jun001034.16400 -g
texttest -a tools -d /home/delphi/sumo/tests
---------- Differences in errors ---------- 2524a2525 > Warning: Teleporting vehicle 'veh415'; waited too long (jam), lane='24990776_3', time=2231.00. 2526,2528d2526 < Warning: Teleporting vehicle 'veh322'; waited too long (yield), lane='34196667_3', time=2232.00. < Warning: Teleporting vehicle 'veh415'; waited too long (jam), lane='24990776_3', time=2232.00. < Warning: Teleporting vehicle 'veh304'; waited too long (jam), lane='188044903#0_3', time=2232.00. 2530,2534c2528,2534 < Warning: Vehicle 'veh322' ends teleporting on edge '24990776', time 2232.00. < Warning: Vehicle 'veh304' ends teleporting on edge '188044903#1', time 2232.00. < Warning: Vehicle 'veh415' ends teleporting on edge '47016365#1', time 2234.00. < Warning: Teleporting vehicle 'veh138'; waited too long (yield), lane='301733776_1', time=2245.00. < Warning: Vehicle 'veh138' ends teleporting on edge '301733777#2', time 2245.00. --- > Warning: Vehicle 'veh415' ends teleporting on edge '47016365#1', time 2233.00. > Warning: Teleporting vehicle 'veh322'; waited too long (yield), lane='34196667_3', time=2234.00. > Warning: Teleporting vehicle 'veh304'; waited too long (jam), lane='188044903#0_3', time=2234.00. > Warning: Vehicle 'veh322' ends teleporting on edge '24990776', time 2234.00. > Warning: Vehicle 'veh304' ends teleporting on edge '188044903#1', time 2234.00. > Warning: Teleporting vehicle 'veh138'; waited too long (yield), lane='301733776_1', time=2235.00. > Warning: Vehicle 'veh138' ends teleporting on edge '301733777#2', time 2235.00. 2537,2856c2537,2796 < Warning: Teleporting vehicle 'veh379'; waited too long (yield), lane='188046016#0_1', time=2309.00. < Warning: Vehicle 'veh379' ends teleporting on edge '188046016#2', time 2309.00. < Warning: Teleporting vehicle 'veh397'; waited too long (yield), lane='301733776_2', time=2327.00. < Warning: Vehicle 'veh397' ends teleporting on edge '134833998', time 2329.00. < Warning: Teleporting vehicle 'veh320'; waited too long (yield), lane='24915060#2_2', time=2359.00. < Warning: Vehicle 'veh320' ends teleporting on edge '61583423#0', time 2359.00. < Warning: Teleporting vehicle 'veh417'; waited too long (wrong lane), lane='301241483#0_2', time=2433.00. < Warning: Vehicle 'veh417' ends teleporting on edge '301241483#1', time 2433.00. < Warning: Teleporting vehicle 'veh349'; waited too long (yield), lane='82654059#0_2', time=2438.00. <truncated after showing first 30 lines> ---------- Differences in output ---------- 158c158 < Simulation ended at time: 8175.00 --- > Simulation ended at time: 9488.00 165c165 < Teleports: 203 (Jam: 79, Yield: 107, Wrong Lane: 17) --- > Teleports: 173 (Jam: 64, Yield: 93, Wrong Lane: 16) 167c167 < DijkstraRouterTT answered 5302 queries and explored 328.51 edges on average. --- > DijkstraRouterTT answered 5452 queries and explored 327.24 edges on average.
****************************************************** 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>