texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.30Jun013948.30492 -g
texttest -a tools -d /home/delphi/sumo/tests
---------- Differences in output ---------- 185,188c185,188 < RouteLength: 2113.64 < WaitingTime: 67.18 < TimeLoss: 114.45 < DepartDelay: -0.38 --- > RouteLength: 2107.63 > WaitingTime: 69.12 > TimeLoss: 116.50 > DepartDelay: -0.41 190c190 < DijkstraRouterTT answered 18530 queries and explored 12.65 edges on average. --- > DijkstraRouterTT answered 18527 queries and explored 12.66 edges on average. 192c192 < DijkstraRouterTT answered 392 queries and explored 625.98 edges on average. --- > DijkstraRouterTT answered 383 queries and explored 628.26 edges on average.
---------- Differences in errors ---------- 4a5,7 > Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|cycleway.none|highway.primary' (first occurence for edge '4068078#0'). > Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|cycleway.none|highway.primary' (first occurence for edge '4068078#0'). > Warning: Discarding unknown compound 'cycleway.none' in type 'cycleway.lane|cycleway.lane|cycleway.none|highway.primary' (first occurence for edge '4068078#0'). 9a13 > Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.residential' (first occurence for edge '4383744'). 13d16 < Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.residential' (first occurence for edge '4396234'). 27a31 > Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4741460'). 29d32 < Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4790904'). 39a43 > Warning: Discarding unusable type 'railway.proposed' (first occurence for edge '23707860'). 50a55,56 > Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|highway.primary' (first occurence for edge '30711175#0'). > Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|highway.primary' (first occurence for edge '30711175#0'). 62,63c68,69 < Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292'). --- > Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292#0'). > Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292#0'). 66a73 > Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.primary_link' (first occurence for edge '49677302'). 68a76,77 > Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|cycleway.track|highway.tertiary' (first occurence for edge '55816482#0'). > Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|cycleway.track|highway.tertiary' (first occurence for edge '55816482#0'). 79,80d87 < Warning: Discarding unusable type 'railway.platform_edge' (first occurence for edge '98425512#0'). <truncated after showing first 30 lines> ---------- Differences in output ---------- 3,7c3,7 < Found duplicate nodes. Substituting 3215103784 with 288002013 < Found duplicate nodes. Substituting 3987794203 with 3987794202 < Found duplicate nodes. Substituting 3997661445 with 3517810193 < Found duplicate nodes. Substituting 4016273048 with 26992494 < Found duplicate nodes. Substituting 4016273049 with 2306772973 --- > Found duplicate nodes. Substituting 4180812908 with 4180812907 > Found duplicate nodes. Substituting 4201578013 with 4197015831 > Found duplicate nodes. Substituting 4201578023 with 4201578022 > Found duplicate nodes. Substituting 4206820473 with 4206820472 > Found duplicate nodes. Substituting 4223466928 with 4223466927 17d16 < Found duplicate edges. Removing 377118659 18a18,20 > Found duplicate edges. Removing 385250934 > Found duplicate edges. Removing 387118485 > Found duplicate edges. Removing 388432544 24c26 < Removed 1494 traffic lights before loading plain-XML --- > Removed 1613 traffic lights before loading plain-XML 26c28 < 37203 nodes loaded. --- > 37790 nodes loaded. 28c30 < 36921 edges loaded. --- > 37253 edges loaded. <truncated after showing first 30 lines>
****************************************************** 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>