texttest -a duarouter -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.01Apr001307.15864 -g
texttest -a duarouter -d /home/delphi/sumo/tests
---------- Differences in alts ---------- 2a3,4 > <!-- generated on Wed Mar 4 22:44:03 2015 by SUMO duarouter Version dev-SVN-r18017 > <?xml version="1.0" encoding="UTF-8"?> 4,11c6,23 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> < <vehicle id="0" depart="0.00"> < <routeDistribution last="0"> < <route cost="126.34" probability="1.00000000" edges="beg beg2left left left2end end rend"/> < </routeDistribution> < <stop busStop="busStop#1" duration="10.00"/> < </vehicle> < </routes> --- > <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd"> > > <input> > <net-file value="input_net.net.xml"/> > <additional-files value="input_additional.add.xml"/> > <trip-files value="input_trips.trips.xml"/> > </input> > > <output> > <output-file value="routes.rou.xml"/> > </output> > > <report> > <xml-validation value="never"/> > <no-step-log value="true"/> > </report> > <truncated after showing first 30 lines> ---------- Differences in output ---------- 1d0 < Success. ---------- Differences in routes ---------- 2a3,4 > <!-- generated on Wed Mar 4 22:44:03 2015 by SUMO duarouter Version dev-SVN-r18017 > <?xml version="1.0" encoding="UTF-8"?> 4,9c6,23 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> < <vehicle id="0" depart="0.00"> < <route edges="beg beg2left left left2end end rend"/> < <stop busStop="busStop#1" duration="10.00"/> < </vehicle> < </routes> --- > <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd"> > > <input> > <net-file value="input_net.net.xml"/> > <additional-files value="input_additional.add.xml"/> > <trip-files value="input_trips.trips.xml"/> > </input> > > <output> > <output-file value="routes.rou.xml"/> > </output> > > <report> > <xml-validation value="never"/> > <no-step-log value="true"/> > </report> > > </configuration> ---------- New result in exitcode ---------- -11
---------- Differences in alts ---------- 2a3,4 > <!-- generated on Wed Mar 4 22:44:02 2015 by SUMO duarouter Version dev-SVN-r18017 > <?xml version="1.0" encoding="UTF-8"?> 4,11c6,23 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> < <vehicle id="0" depart="0.00"> < <routeDistribution last="0"> < <route cost="126.34" probability="1.00000000" edges="beg beg2left left left2end end rend"/> < </routeDistribution> < <stop busStop="busStop#1" duration="10.00"/> < </vehicle> < </routes> --- > <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd"> > > <input> > <net-file value="input_net.net.xml"/> > <additional-files value="input_additional.add.xml"/> > <trip-files value="input_trips.trips.xml"/> > </input> > > <output> > <output-file value="routes.rou.xml"/> > </output> > > <report> > <xml-validation value="never"/> > <no-step-log value="true"/> > </report> > <truncated after showing first 30 lines> ---------- Differences in output ---------- 1d0 < Success. ---------- Differences in routes ---------- 2a3,4 > <!-- generated on Wed Mar 4 22:44:02 2015 by SUMO duarouter Version dev-SVN-r18017 > <?xml version="1.0" encoding="UTF-8"?> 4,9c6,23 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> < <vehicle id="0" depart="0.00"> < <route edges="beg beg2left left left2end end rend"/> < <stop busStop="busStop#1" duration="10.00"/> < </vehicle> < </routes> --- > <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd"> > > <input> > <net-file value="input_net.net.xml"/> > <additional-files value="input_additional.add.xml"/> > <trip-files value="input_trips.trips.xml"/> > </input> > > <output> > <output-file value="routes.rou.xml"/> > </output> > > <report> > <xml-validation value="never"/> > <no-step-log value="true"/> > </report> > > </configuration> ---------- New result in exitcode ---------- -11
type distribution not expanded (This bug was triggered by text found in file 'routes' matching 'tdist') ---------- Differences in routes ---------- 8c8 < <vehicle id="0" type="0" depart="0.00"> --- > <vehicle id="0" type="tdist" depart="0.00"> 11c11 < <vehicle id="1" type="0" depart="0.00"> --- > <vehicle id="1" type="tdist" depart="0.00"> 17c17 < <vehicle id="10" type="1" depart="10.00"> --- > <vehicle id="10" type="tdist" depart="10.00"> 20c20 < <vehicle id="11" type="0" depart="10.00"> --- > <vehicle id="11" type="tdist" depart="10.00">