texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.31Oct000600.5733 -g
texttest -a tools -d /home/delphi/sumo/tests
---------- Differences in errors ---------- 932,964d931 < Warning: Missing green phase in tlLogic '2071423355', program '0' for tl-index 1 < Warning: Missing green phase in tlLogic '21487184', program '0' for tl-index 3 < Warning: Missing green phase in tlLogic '25664673', program '0' for tl-index 6 < Warning: Missing green phase in tlLogic '258045541', program '0' for tl-index 2 < Warning: Missing green phase in tlLogic '266540878', program '0' for tl-index 3 < Warning: Missing green phase in tlLogic '506357662', program '0' for tl-index 3 < Warning: Missing green phase in tlLogic '617915219', program '0' for tl-index 4 < Warning: Missing green phase in tlLogic 'cluster_2086246926_28373974', program '0' for tl-index 20 < Warning: Missing green phase in tlLogic 'cluster_25664680_577258918', program '0' for tl-index 14 < Warning: Missing green phase in tlLogic 'cluster_25954547_29221622', program '0' for tl-index 16 < Warning: Missing green phase in tlLogic 'joinedS_2', program '0' for tl-index 4 < Warning: Missing green phase in tlLogic 'joinedS_3', program '0' for tl-index 6 < Warning: Missing green phase in tlLogic 'joinedS_7', program '0' for tl-index 5 < Warning: Person 'ped35' is jammed on edge ':21487184_w1', time=632.00. < Warning: Person 'ped38' is jammed on edge ':cluster_25664680_577258918_w2', time=661.00. < Warning: Person 'ped7' is jammed on edge ':21487184_w1', time=714.00. < Warning: Person 'ped89' is jammed on edge ':25664673_w3', time=750.00. < Warning: Person 'ped116' is jammed on edge ':1275468905_w1', time=785.00. < Warning: Person 'ped104' is jammed on edge ':21487184_w1', time=982.00. < Warning: Person 'ped14' is jammed on edge ':21487184_w0', time=1062.00. < Warning: Person 'ped194' is jammed on edge ':cluster_25954547_29221622_w0', time=1098.00. < Warning: Person 'ped139' is jammed on edge ':25664673_w0', time=1118.00. < Warning: Person 'ped144' is jammed on edge ':1275468907_w0', time=1139.00. < Warning: Person 'ped98' is jammed on edge ':21487184_w0', time=1154.00. < Warning: Person 'ped203' is jammed on edge ':21487184_w1', time=1245.00. < Warning: Person 'ped16' is jammed on edge ':617915219_w0', time=1345.00. < Warning: Person 'ped195' is jammed on edge ':21487184_w1', time=1363.00. < Warning: Person 'ped224' is jammed on edge ':21487184_w1', time=1427.00. < Warning: Person 'ped138' is jammed on edge ':21487184_w0', time=1810.00. <truncated after showing first 30 lines> ---------- Differences in osmimport ---------- 38142c38142 < <phase duration="86" state="Gr"/> --- > <phase duration="76" state="Gr"/> 38143a38144,38145 > <phase duration="5" state="rG"/> > <phase duration="5" state="rr"/> 38146c38148 < <phase duration="86" state="GGGr"/> --- > <phase duration="76" state="GGGr"/> 38147a38150,38151 > <phase duration="5" state="rrrG"/> > <phase duration="5" state="rrrr"/> 38186c38190 < <phase duration="76" state="gggGGGrrrr"/> --- > <phase duration="66" state="gggGGGrrrr"/> 38189a38194,38195 > <phase duration="5" state="rrrrrrGGGG"/> > <phase duration="5" state="rrrrrrrrrr"/> 38202c38208 < <phase duration="86" state="GGr"/> --- > <phase duration="76" state="GGr"/> 38203a38210,38211 > <phase duration="5" state="rrG"/> > <phase duration="5" state="rrr"/> 38218c38226 < <phase duration="86" state="GGGr"/> <truncated after showing first 30 lines> ---------- Differences in output ---------- 167,168c167 < Loading net-file from 'osm.net.xml'... < done ((TIME)). --- > Loading net-file from 'osm.net.xml'... done ((TIME)). 172c171 < Simulation ended at time: 2803.00 --- > Simulation ended at time: 2764.00 182d180 < Jammed: 20 184c182 < DijkstraRouterTT answered 967 queries and explored 780.48 edges on average. --- > DijkstraRouterTT answered 1041 queries and explored 788.54 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>