view rhodecode/tests/functional/test_admin_repos_groups.py @ 2741:a89d375c5788 beta

fixed test from failing under different conditions
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 25 Aug 2012 20:43:32 +0200
parents c310e1e1e757
children
line wrap: on
line source

from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass