texttest -a duarouter -d /home/delphi/extraClangDebug/sumo/tests -reconnect /home/delphi/extraClangDebug/texttesttmp/extra_clang3_64D.03Nov114349.1920512 -g
texttest -a duarouter -d /home/delphi/extraClangDebug/sumo/tests
---------- Differences in output ---------- 50c50,54 < 'astar'] --- > 'astar', 'bulkstar', 'CH', 'CHWrapper'] > --weight-period TIME Aggregation period for the given weight > files; > triggers rebuilding of Contraction > Hierarchy
---------- Differences in cfg ---------- 93c93 < <!-- Select among routing algorithms ['dijkstra', 'astar'] --> --- > <!-- Select among routing algorithms ['dijkstra', 'astar', 'bulkstar', 'CH', 'CHWrapper'] --> 94a95,97 > > <!-- Aggregation period for the given weight files; triggers rebuilding of Contraction Hierarchy --> > <weight-period value="3600" type="TIME"/>
---------- Differences in cfg ---------- 41c41,42 < <routing-algorithm value="dijkstra" type="STR" help="Select among routing algorithms ['dijkstra', 'astar']"/> --- > <routing-algorithm value="dijkstra" type="STR" help="Select among routing algorithms ['dijkstra', 'astar', 'bulkstar', 'CH', 'CHWrapper']"/> > <weight-period value="3600" type="TIME" help="Aggregation period for the given weight files; triggers rebuilding of Contraction Hierarchy"/>
should warn about unknown vType (This bug was triggered by FAILING to find text in file 'errors' matching 'Error') ---------- Differences in errors ---------- 1,2d0 < Error: Unknown vehicle type 'foo' < Quitting (on error). ---------- Differences in output ---------- 0a1 > Success. ---------- New result in alts ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"> <vehicle id="0" type="foo" depart="0.00"> <routeDistribution last="0"> <route cost="107.91" probability="1.00000000" edges="beg middle end"/> </routeDistribution> </vehicle> </routes> ---------- New result in routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd"> <vehicle id="0" type="foo" depart="0.00"> <route edges="beg middle end"/> </vehicle> </routes> ---------- Missing result in exitcode ---------- 1
should warn about unknown vType (This bug was triggered by FAILING to find text in file 'errors' matching 'Warning') ---------- Differences in errors ---------- 1d0 < Warning: Ignoring uknown vehicle type 'foo'
flows should support routes with explicit edges (This bug was triggered by text found in file 'exitcode' matching '1') ---------- Differences in alts ---------- 6,52c6,8 < <routeDistribution last="0"> < <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/> < </routeDistribution> < </vehicle> < <vehicle id="0.1" depart="10.00"> < <routeDistribution last="0"> < <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/> < </routeDistribution> < </vehicle> < <vehicle id="0.2" depart="20.00"> < <routeDistribution last="0"> < <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/> < </routeDistribution> < </vehicle> < <vehicle id="0.3" depart="30.00"> < <routeDistribution last="0"> < <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/> < </routeDistribution> < </vehicle> < <vehicle id="0.4" depart="40.00"> < <routeDistribution last="0"> < <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/> < </routeDistribution> < </vehicle> < <vehicle id="0.5" depart="50.00"> < <routeDistribution last="0"> < <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/> < </routeDistribution> < </vehicle> <truncated after showing first 30 lines> ---------- Differences in errors ---------- 0a1,4 > Error: Attribute 'from' is missing in definition of flow '0'. > Error: Attribute 'to' is missing in definition of flow '0'. > Error: Vehicle's '0' route has no edges. > Quitting (on error). ---------- Differences in output ---------- 1d0 < Success. ---------- Differences in routes ---------- 8,34d7 < <vehicle id="0.1" depart="10.00"> < <route edges="beg middle end rend"/> < </vehicle> < <vehicle id="0.2" depart="20.00"> < <route edges="beg middle end rend"/> < </vehicle> < <vehicle id="0.3" depart="30.00"> < <route edges="beg middle end rend"/> < </vehicle> < <vehicle id="0.4" depart="40.00"> < <route edges="beg middle end rend"/> < </vehicle> < <vehicle id="0.5" depart="50.00"> < <route edges="beg middle end rend"/> < </vehicle> < <vehicle id="0.6" depart="60.00"> < <route edges="beg middle end rend"/> < </vehicle> < <vehicle id="0.7" depart="70.00"> < <route edges="beg middle end rend"/> < </vehicle> < <vehicle id="0.8" depart="80.00"> < <route edges="beg middle end rend"/> < </vehicle> < <vehicle id="0.9" depart="90.00"> < <route edges="beg middle end rend"/> < </vehicle> ---------- New result in exitcode ---------- 1