texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.30Nov015908.33990 -g
texttest -a tools -d /home/delphi/sumo/tests
---------- Differences in errors ---------- 0a1,3 > Error on parsing 'netconvert/function/keep_edges/by-type_and_explicit/net.netconvert'! > Traceback (most recent call last): > XMLSyntaxError: Double hyphen within comment: <!-- generated on Thu Nov 17 12:43:12 2016 by SUMO net, line 18, column 43
unstable inputs
(This bug was triggered by text found in the full difference report matching 'Warning')
---------- Differences in errors ----------
0a1,2
> Warning: Value of key 'layer' is not numeric ('-2;-1') in edge '83604028'.
> Warning: Value of key 'layer' is not numeric ('yes') in edge '376520557'.
5d6
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.secondary' (first occurence for edge '4068192').
9c10,12
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.secondary' (first occurence for edge '4383334').
---
> Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.secondary' (first occurence for edge '4380644#0').
> Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.secondary' (first occurence for edge '4383235').
> Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.residential' (first occurence for edge '4383744').
10a14,15
> Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|highway.secondary' (first occurence for edge '4395577#0').
> Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|highway.secondary' (first occurence for edge '4395577#0').
13d17
< Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.residential' (first occurence for edge '4396234').
20,21c24,27
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|cycleway.track|highway.primary' (first occurence for edge '4615457#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|cycleway.track|highway.primary' (first occurence for edge '4615457#0').
---
> Warning: Discarding unknown compound 'cycleway.right' in type 'cycleway.right|cycleway.track|highway.primary' (first occurence for edge '4615457#0').
> Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.right|cycleway.track|highway.primary' (first occurence for edge '4615457#0').
> Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.right|highway.primary' (first occurence for edge '4615465#0').
> Warning: Discarding unknown compound 'cycleway.right' in type 'cycleway.lane|cycleway.right|highway.primary' (first occurence for edge '4615465#0').
22a29
> Warning: Discarding unknown compound 'cycleway.share_busway' in type 'cycleway.share_busway|highway.tertiary' (first occurence for edge '4631873').
27a35,37
> Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.track|highway.residential' (first occurence for edge '4687155#0').
> Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.lane|cycleway.track|highway.residential' (first occurence for edge '4687155#0').
> Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4741460').
<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 4504087207 with 364309950
> Found duplicate nodes. Substituting 4504087209 with 663807018
> Found duplicate nodes. Substituting 4509293090 with 4505870995
> done.
> Parsing edges from osm-file 'osm_bbox.osm.xml'...
9d8
< Parsing edges from osm-file 'osm_bbox.osm.xml'... done.
14,15d12
< Found duplicate edges. Removing 335703516
< Found duplicate edges. Removing 335703519
17d13
< Found duplicate edges. Removing 377118659
18a15,17
> Found duplicate edges. Removing 385250934
> Found duplicate edges. Removing 387118485
> Found duplicate edges. Removing 388432544
21c20
< Adding new type 'highway.service|railway.tram' (first occurence for edge '167272531#0').
---
> Adding new type 'highway.service|railway.tram' (first occurence for edge '388702047#0').
24c23
< Removed 1494 traffic lights before loading plain-XML
---
<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: 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>