texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.01Apr001307.15864 -g
texttest -a tools -d /home/delphi/sumo/tests
---------- Differences in output ---------- 1,2c1,2 < Parsing types from '/scr1/sumoI/sumo/data/typemap/osmNetconvertPedestrians.typ.xml'... done. < Parsing types from '/scr1/sumoI/sumo/data/typemap/osmNetconvertShips.typ.xml'... done. --- > Parsing types from '/home/delphi/sumo/data/typemap/osmNetconvertPedestrians.typ.xml'... done. > Parsing types from '/home/delphi/sumo/data/typemap/osmNetconvertShips.typ.xml'... done.
---------- Differences in errors ---------- 1,2c1 < No imaging < .................D:\behr_mi\Projekte\Vabene\trunk\SE\extern\sumoInternal\sumo\tools\projects\vehicles2d\main.py:542: RuntimeWarning: divide by zero encountered in double_scalars --- > ................./home/delphi/sumo/tools/projects/vehicles2d/main.py:542: RuntimeWarning: divide by zero encountered in double_scalars 6c5 < Ran 61 tests in 4.852s --- > Ran 61 tests in 6.149s ---------- Differences in output ---------- 87c87 < (<main.Vessel instance at 0x026788F0>, 305.0, 105.0, 0, 20, 62.83185307179586) --- > (<main.Vessel instance at 0x124f680>, 305.0, 105.0, 0, 20, 62.83185307179586) 1360c1360 < (<main.Vessel instance at 0x05407D78>, 55.0, 115.0, 8, 20, 62.83185307179586) --- > (<main.Vessel instance at 0x11375f0>, 55.0, 115.0, 8, 20, 62.83185307179586) 1428c1428 < (<main.Vessel instance at 0x05407D78>, 35.0, 135.0, 4, 20, 62.83185307179586) --- > (<main.Vessel instance at 0x11375f0>, 35.0, 135.0, 4, 20, 62.83185307179586) 1511c1511 < (<main.Vessel instance at 0x05407D78>, 55.0, 155.0, 0, 20, 62.83185307179586) --- > (<main.Vessel instance at 0x11375f0>, 55.0, 155.0, 0, 20, 62.83185307179586) 1594c1594 < (<main.Vessel instance at 0x05407D78>, 65.0, 155.0, 0, 20, 62.83185307179586) --- > (<main.Vessel instance at 0x11375f0>, 65.0, 155.0, 0, 20, 62.83185307179586) 1765c1765 < (<main.Vessel instance at 0x05407D78>, 45.0, 155.0, 2, 20, 62.83185307179586) --- > (<main.Vessel instance at 0x11375f0>, 45.0, 155.0, 2, 20, 62.83185307179586) 1848c1848 < (<main.Vessel instance at 0x05407D78>, 75.0, 155.0, 0, 20, 62.83185307179586) --- > (<main.Vessel instance at 0x11375f0>, 75.0, 155.0, 0, 20, 62.83185307179586) 2019c2019 < (<main.Vessel instance at 0x05407D78>, 75.0, 165.0, 2, 20, 62.83185307179586) <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>