diff rhodecode/tests/functional/test_files.py @ 1818:cf51bbfb120e beta

auto white-space removal
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:35:51 +0200
parents 8ecc6b8229a5
children ed3b20284830
line wrap: on
line diff
--- a/rhodecode/tests/functional/test_files.py	Thu Dec 29 06:59:07 2011 +0200
+++ b/rhodecode/tests/functional/test_files.py	Thu Dec 29 07:35:51 2011 +0200
@@ -314,13 +314,10 @@
 
     def test_ajaxed_files_list(self):
         self.log_user()
-        rev = '27cd5cce30c96924232dffcd24178a07ffeb5dfc' 
+        rev = '27cd5cce30c96924232dffcd24178a07ffeb5dfc'
         response = self.app.get(url('files_nodelist_home',repo_name=HG_REPO,
                                     f_path='/',
                                     revision=rev),
                                 extra_environ={'HTTP_X_PARTIAL_XHR':'1'},
                                 )
         self.assertTrue("vcs/web/simplevcs/views/repository.py" in response.body)
-
-
-