Merge "tests: Allow configuring normalized_urls = false"
This commit is contained in:
@@ -823,7 +823,8 @@ def setup_package():
|
|||||||
global web_front_end
|
global web_front_end
|
||||||
web_front_end = config.get('web_front_end', 'integral')
|
web_front_end = config.get('web_front_end', 'integral')
|
||||||
global normalized_urls
|
global normalized_urls
|
||||||
normalized_urls = config.get('normalized_urls', False)
|
normalized_urls = utils.config_true_value(
|
||||||
|
config.get('normalized_urls', False))
|
||||||
|
|
||||||
global orig_collate
|
global orig_collate
|
||||||
orig_collate = locale.setlocale(locale.LC_COLLATE)
|
orig_collate = locale.setlocale(locale.LC_COLLATE)
|
||||||
|
Reference in New Issue
Block a user