texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.31Mar021245.12919 -g
texttest -a tools -d /home/delphi/sumo/tests
---------- Differences in errors ---------- 345a346 > Warning: Not joining junctions 2097309489,26823011,26823012 because the cluster is too complex (5 incoming edges) 412c413 < Warning: Not joining junctions 269570993,676423400 because the cluster is too complex (parallel incoming -24812680,53543021) --- > Warning: Not joining junctions 269570993,676423400 because the cluster is too complex (parallel incoming -24812680#0,53543021) 508d508 < Warning: Not joining junctions 318112303,455311725,455311742 because the cluster is too complex (parallel incoming 136697954,136697957) 566a567 > Warning: Not joining junctions 455311725,455311742 because the cluster is too complex (parallel incoming 136697954,136697957) 627c628 < Error: Could not set connection from '219066682_0' to '24654535_4294967295'. --- > Warning: Could not set connection from '219066682_0' to '24654535_4294967295'. 694d694 < Warning: Ambiguity in turnarounds computation at junction '791718059'. 703,704d702 < Warning: Ambiguity in turnarounds computation at junction 'cluster_26823009_26823010'. < Warning: Ambiguity in turnarounds computation at junction 'cluster_26823011_26823012'. 1144c1142 < Warning: Shape for junction '455311742' has distance 38.12 to its given position --- > Warning: Shape for junction '455311742' has distance 46.54 to its given position 1465,1468d1462 < Warning: The traffic light '26823011' does not control any links; it will not be build. < Warning: Could not build program '0' for traffic light '26823011' < Warning: The traffic light '26823012' does not control any links; it will not be build. < Warning: Could not build program '0' for traffic light '26823012' 1892,1896c1886,1946 < Warning: No connection between edge '291235321' and edge '-8170842#0' found. <truncated after showing first 30 lines> ---------- Differences in output ---------- 4,7c4 < 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 4035723243 with 2318299095 26c23 < 37203 nodes loaded. --- > 37218 nodes loaded. 28c25 < 36921 edges loaded. --- > 36937 edges loaded. 33c30 < Joined 721 junction cluster(s). --- > Joined 720 junction cluster(s). 35c32 < 26635 nodes removed. --- > 26651 nodes removed.
---------- Differences in errors ---------- 4c4 < Bytes: 0xF6 0x74 0x2E 0x6E, line 3, column 27 --- > Bytes: 0xF6 0x74 0x2E 0x6E, line 3, column 26
---------- Differences in errors ---------- 1a2 > /home/delphi/sumo/tests/sumo/output/e2/errors/lane_empty/detector.sumo:27:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'detector': Missing child element(s). Expected is ( interval ).
****************************************************** 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>