##// END OF EJS Templates
svn: fixed svn detection test
super-admin -
r5184:5a715fbe default
parent child Browse files
Show More
@@ -93,7 +93,7 b' class TestRepositoryBase(BackendTestMixi'
93 config = Config()
93 config = Config()
94 url = {
94 url = {
95 "hg": "https://code.rhodecode.com/rhodecode-vcsserver",
95 "hg": "https://code.rhodecode.com/rhodecode-vcsserver",
96 "svn": "https://code.rhodecode.com/svn-doc",
96 "svn": "https://default:default@code.rhodecode.com/svn-doc",
97 "git": "https://code.rhodecode.com/appenlight",
97 "git": "https://code.rhodecode.com/appenlight",
98 }[self.repo.alias]
98 }[self.repo.alias]
99
99
General Comments 0
You need to be logged in to leave comments. Login now