Files @ e70be4cf96e8
Branch filter:

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

Marcin Kuzminski
fixed issues with non-ascii chars in new file browser
- patches history.js to handle non-ascii urls properly
- wrap c.file.path into unicode for mako
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass