Show More
@@ -518,12 +518,12 b' class DbManage(object):' | |||
|
518 | 518 | self.create_ui_settings(path) |
|
519 | 519 | |
|
520 | 520 | ui_config = [ |
|
521 |
('web', 'push_ssl', ' |
|
|
521 | ('web', 'push_ssl', 'False'), | |
|
522 | 522 | ('web', 'allow_archive', 'gz zip bz2'), |
|
523 | 523 | ('web', 'allow_push', '*'), |
|
524 | 524 | ('web', 'baseurl', '/'), |
|
525 | 525 | ('paths', '/', path), |
|
526 |
('phases', 'publish', ' |
|
|
526 | ('phases', 'publish', 'True') | |
|
527 | 527 | ] |
|
528 | 528 | for section, key, value in ui_config: |
|
529 | 529 | ui_conf = RhodeCodeUi() |
@@ -628,7 +628,7 b' class TestVcsSettings(object):' | |||
|
628 | 628 | 'hooks_changegroup_push_logger': False, |
|
629 | 629 | 'hooks_outgoing_pull_logger': False, |
|
630 | 630 | 'extensions_largefiles': False, |
|
631 |
'phases_publish': ' |
|
|
631 | 'phases_publish': 'False', | |
|
632 | 632 | 'rhodecode_pr_merge_enabled': False, |
|
633 | 633 | 'rhodecode_use_outdated_comments': False, |
|
634 | 634 | 'new_svn_branch': '', |
@@ -933,7 +933,7 b' class TestCreateOrUpdateRepoSettings(obj' | |||
|
933 | 933 | 'hooks_outgoing_pull_logger': False, |
|
934 | 934 | 'extensions_largefiles': False, |
|
935 | 935 | 'largefiles_usercache': '/example/largefiles-store', |
|
936 |
'phases_publish': ' |
|
|
936 | 'phases_publish': 'False', | |
|
937 | 937 | 'rhodecode_pr_merge_enabled': False, |
|
938 | 938 | 'rhodecode_use_outdated_comments': False, |
|
939 | 939 | 'new_svn_branch': '', |
General Comments 0
You need to be logged in to leave comments.
Login now