09Apr14r16158 - detailed test results for DUAROUTER
(To start TextTest for these tests, run 'texttest -a duarouter -d /home/delphi/sumo/tests')
default: 326 tests: 324 succeeded 2 known bugs
Detailed information for the tests that had known bugs:
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'
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