Skip to content

Commit

Permalink
adapting test results #2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 21, 2022
1 parent 3818265 commit 2d064c6
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 54 deletions.
14 changes: 3 additions & 11 deletions tests/tsc/config.tsc
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,13 @@ output:Duration:
output:ended (duration:
output:answered .* queries and explored
output:{INTERNAL writedir}{REPLACE <texttest sandbox>}
output:([A-Z]:)?/.*/bin/netconvert(.exe)?{REPLACE <netconvert>}
output:([A-Z]:)?/.*/bin/polyconvert(.exe)?{REPLACE <polyconvert>}
output:([A-Z]:)?/.*/bin/netconvert(.exe)?{REPLACE netconvert}
output:([A-Z]:)?/.*/bin/polyconvert(.exe)?{REPLACE polyconvert}
output:([A-Z]:)?/.*/bin/duarouter(.exe)?{REPLACE duarouter}
output:([A-Z]:)?/.*/osm_scenario_pre{REPLACE <osm_scenario_pre>}
output:Simulation.*started with{REPLACE Simulation started with}
output:Parsing types from '.*/{REPLACE Parsing types from osm/typemap}
output:Written configuration to '.*/{REPLACE Written configuration to '}
output:Parsing nodes from osm-file '.*/{REPLACE Parsing nodes from osm-file }
output:Parsing edges from osm-file '.*/{REPLACE Parsing edges from osm-file }
output:Parsing relations from osm-file '.*/{REPLACE Parsing relations from osm-file }
output:Parsing nodes from '.*/{REPLACE Parsing nodes from patch-file }
output:Parsing edges from '.*/{REPLACE Parsing edges from patch-file }
output:Parsing connections from '.*/{REPLACE Parsing nodes from patch-file }
output:Parsing traffic lights from '.*/{REPLACE Parsing edges from patch-file }
output:importing shapes from .*/{REPLACE importing shapes from shapes/}
output:Removing sharp turn .*
output:AStarRouter spent .*
output:parsing .*tsccfg{REPLACE parsing <tsccfg>}
output:No module named scripts{REPLACE No module named 'scripts'}
Expand Down
4 changes: 2 additions & 2 deletions tests/tsc/pre/installTemplateDir_mitte/errors.tsc
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Warning! Disconnected route '112232896' between '237751546#2' and '237751552', n
Warning! Disconnected route '112250898' between '459344271' and '230957297', no path found. Keeping longer part.
Warning! Disconnected route '112250984' between '237751546#2' and '237751552', no path found. Keeping longer part.
Warning! Disconnected route '112251060' between '459344271' and '230957297', no path found. Keeping longer part.
Warning! No net /home/behr_mi/.texttest/tmp/tsc.sqlite3.python3.3_from_21Dez102146.27795/tsc.sqlite3.python3/pre_mitte/installTemplateDir_mitte/scenario_templates/mitte_test/tmp_output/resources/subway.net.xml
Warning! No net /home/behr_mi/.texttest/tmp/tsc.sqlite3.python3.21Dec152649.34605/tsc.sqlite3.python3/pre/installTemplateDir_mitte/scenario_templates/mitte_test/tmp_output/resources/subway.net.xml
Warning! Disconnected route '105361629' between '169953964#7' and '83146233#0#0', no path found. Keeping longer part.
Warning! Disconnected route '105361771.trimmed' between '169953964#7' and '83146233#0#0', no path found. Keeping longer part.
Warning! Disconnected route '105361771.trimmed' between '83146233#0#0' and '168253001#0', no path found. Keeping longer part.
Expand Down Expand Up @@ -379,7 +379,7 @@ Warning! Disconnected route '106008336' between '153427725#9' and '83146233#0#0'
Warning! Disconnected route '106008336.trimmed' between '291670885#0' and '144529199#5', no path found. Keeping longer part.
Warning: Cannot derive file name for alternatives output, skipping it.
Warning: No route input specified or all routes were invalid.
Warning: Not all network edges were found in the lookup table '/home/behr_mi/tsc/data/mitte_test/landmarks' for landmark edge '47016365#0'. Saving new matrix to '/home/behr_mi/.texttest/tmp/tsc.sqlite3.python3.3_from_21Dez102146.27795/tsc.sqlite3.python3/pre_mitte/installTemplateDir_mitte/scenario_templates/mitte_test/landmarks.csv.gz'.
Warning: Not all network edges were found in the lookup table '/home/behr_mi/tsc/data/mitte_test/landmarks' for landmark edge '47016365#0'. Saving new matrix to '/home/behr_mi/.texttest/tmp/tsc.sqlite3.python3.21Dec152649.34605/tsc.sqlite3.python3/pre/installTemplateDir_mitte/scenario_templates/mitte_test/landmarks.csv.gz'.
Warning: No connection between edge '47016365#0' and edge '-10596872#1' found.
Warning: No connection between edge '47016365#0' and edge '-10596872#1' found.
Warning: No connection between edge '47016365#0' and edge '-109819340#1' found.
Expand Down
Loading

0 comments on commit 2d064c6

Please sign in to comment.