diff --git a/rhodecode/tests/functional/test_hg.py b/rhodecode/tests/functional/test_home.py copy from rhodecode/tests/functional/test_hg.py copy to rhodecode/tests/functional/test_home.py --- a/rhodecode/tests/functional/test_hg.py +++ b/rhodecode/tests/functional/test_home.py @@ -1,6 +1,6 @@ from rhodecode.tests import * -class TestAdminController(TestController): +class TestHomeController(TestController): def test_index(self): self.log_user()