texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.31May013248.13431 -g
texttest -a tools -d /home/delphi/sumo/tests
---------- Differences in errors ---------- 27a28 > Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4741460'). 29d29 < Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4790904'). 62,63c62,63 < 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'). 68a69,70 > 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'). 83d84 < Warning: Discarding unusable type 'waterway.lock' (first occurence for edge '161668128#0'). 87a89 > Warning: Discarding unusable type 'waterway.lock' (first occurence for edge '193523008#0'). 98c100 < Warning: Discarding unknown compound 'railway.abandoned' in type 'highway.path|railway.abandoned' (first occurence for edge '321754192'). --- > Warning: Discarding unknown compound 'railway.abandoned' in type 'highway.cycleway|railway.abandoned' (first occurence for edge '321754192#0'). 104a107 > Warning: Discarding unusable type 'waterway.dam' (first occurence for edge '410369039#0'). 175a179,180 > Warning: direction of restriction relation could not be determined > Warning: Ignoring restriction relation '6049113'. 178c183 < Warning: Not joining junctions 1010289885,537140457 because the cluster is too complex (parallel incoming 176031323#2,86813765#1) --- > Warning: Not joining junctions 1010289885,537140457 because the cluster is too complex (parallel incoming 176031323#2,86813765#2) <truncated after showing first 30 lines> ---------- Differences in output ---------- 3,7c3,30 < 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 4124563110 with 252205429 > Found duplicate nodes. Substituting 4124563111 with 1474935960 > Found duplicate nodes. Substituting 4124563112 with 3186325596 > Found duplicate nodes. Substituting 4124563113 with 3186325597 > Found duplicate nodes. Substituting 4124563116 with 252205437 > Found duplicate nodes. Substituting 4124563117 with 252205435 > Found duplicate nodes. Substituting 4124563120 with 252205433 > Found duplicate nodes. Substituting 4124563121 with 3186325609 > Found duplicate nodes. Substituting 4124563122 with 3186325610 > Found duplicate nodes. Substituting 4124563123 with 3186325611 > Found duplicate nodes. Substituting 4124563124 with 252205428 > Found duplicate nodes. Substituting 4124563125 with 252205432 > Found duplicate nodes. Substituting 4124563126 with 3186325613 > Found duplicate nodes. Substituting 4124563127 with 252205438 > Found duplicate nodes. Substituting 4124563129 with 252205434 > Found duplicate nodes. Substituting 4124563130 with 252205436 > Found duplicate nodes. Substituting 4134320892 with 2335088510 > Found duplicate nodes. Substituting 4136419292 with 542545627 > Found duplicate nodes. Substituting 4136509089 with 530812080 > Found duplicate nodes. Substituting 4153499690 with 29276961 > Found duplicate nodes. Substituting 4170033700 with 3846589384 > Found duplicate nodes. Substituting 4170033702 with 3846589386 > Found duplicate nodes. Substituting 4170033704 with 4170033703 <truncated after showing first 30 lines>
---------- 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>