Files @ b9442a8b5e02
Branch filter:

Location: kallithea/rhodecode/tests/functional/test_files.py - annotation

Marcin Kuzminski
fixed admin settings form resubmition bug.
removed obsolete whoosh index location. Some small templates fixes
from rhodecode.tests import *

class TestFilesController(TestController):

    def test_index(self):
        self.log_user()
        response = self.app.get(url(controller='files', action='index',
                                    repo_name='vcs_test',
                                    revision='tip',
                                    f_path='/'))
        # Test response...