Files @ 6b318706f712
Branch filter:

Location: kallithea/rhodecode/tests/functional/test_admin_repos_groups.py

Marcin Kuzminski
fixes issue #331 RC mangles repository names if the a repository group contains the "full path" to the repositories
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass