02Apr14r16096 - 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:

TEST had known bugs (see #1040) on ts-simulation8 : errors unknown_vType_ignore ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

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'

TEST had known bugs (see #1040) on ts-simulation8 : errors unknown_vType ( Last six runs Apr2014 Mar2014 Feb2014 Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

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