Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_generated_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def run_wahoomapscreator_cli(self, country, hdd_mode=False):
else:
# run processing of input-country via CLI in mapwriter hdd mode
result = os.system(
f'python -m wahoomc cli -co {country} -tag tag-wahoo.xml -fp -c -md 9999 -nbc -hd')
f'python -m wahoomc cli -co {country} -tag tag-wahoo.xml -fp -c -md 9999 -nbc -hdd')

# check if run was successful
self.assertEqual(result, 0)
Expand Down
8 changes: 6 additions & 2 deletions tests/test_osm_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ def test_calc_border_countries_input_country(self):
'austria': {}, 'liechtenstein': {}, 'schwaben': {}, 'mecklenburg-vorpommern': {},
'brandenburg': {}, 'sachsen-anhalt': {}, 'thueringen': {}, 'oberfranken': {},
'mittelfranken': {}, 'oberbayern': {}, 'oberpfalz': {}, 'sachsen': {},
'czech-republic': {}, 'niederbayern': {}, 'nord-est': {}, 'sweden': {},
'jihocesky': {}, 'karlovarsky': {}, 'liberecky': {}, 'plzensky': {},
'stredocesky': {}, 'ustecky': {},
'niederbayern': {}, 'nord-est': {}, 'sweden': {},
'zachodniopomorskie': {}, 'berlin': {}, 'lubuskie': {}, 'dolnoslaskie': {}}
self.process_and_check_border_countries(
'germany', True, expected_result, 'country')
Expand All @@ -61,7 +63,9 @@ def test_calc_border_countries_input_country(self):
'austria': {}, 'liechtenstein': {}, 'schwaben': {}, 'mecklenburg-vorpommern': {},
'brandenburg': {}, 'sachsen-anhalt': {}, 'thueringen': {}, 'oberfranken': {},
'mittelfranken': {}, 'oberbayern': {}, 'oberpfalz': {}, 'sachsen': {},
'czech-republic': {}, 'niederbayern': {}, 'nord-est': {}, 'sweden': {},
'jihocesky': {}, 'karlovarsky': {}, 'liberecky': {}, 'plzensky': {},
'stredocesky': {}, 'ustecky': {},
'niederbayern': {}, 'nord-est': {}, 'sweden': {},
'zachodniopomorskie': {}, 'berlin': {}, 'lubuskie': {}, 'dolnoslaskie': {},
'isole' : {}, 'malta' : {} }
self.process_and_check_border_countries(
Expand Down
Loading