17Oct2013 - detailed test results for TOOLS
(To start TextTest for these tests, run 'texttest -a tools -d /home/delphi/sumo/tests')
default: 152 tests: 151 succeeded 1 FAILED
Detailed information for the tests that FAILED:
---------- Differences in errors ----------
1c1
< Error! Providing two networks and junction lists is mandatory
---
> python: can't open file '/home/delphi/sumo/tests/../tools/district/DistrictMapper.py': [Errno 2] No such file or directory
---------- Differences in output ----------
1,19d0
< Usage: DistrictMapper.py [options]
<
< Options:
< -h, --help show this help message and exit
< -v, --verbose tell me what you are doing
< -1 FILE, --net-file1=FILE
< read first SUMO network from FILE (mandatory)
< -2 FILE, --net-file2=FILE
< read second SUMO network from FILE (mandatory)
< -o FILE, --output=FILE
< write results to FILE (default: districts.add.xml)
< -a JUNCTIONS1, --junctions1=JUNCTIONS1
< list of junction ids to use from first network
< (mandatory)
< -b JUNCTIONS2, --junctions2=JUNCTIONS2
< list of junction ids to use from second network
< (mandatory)
< -c COLOR, --color=COLOR
< Assign this color to districts (default: 1,0,0)