diff rhodecode/tests/functional/test_login.py @ 1203:6832ef664673 beta

source code cleanup: remove trailing white space, normalize file endings
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 03 Apr 2011 18:23:15 +0200
parents 0ea8eca2d63e
children 9c0f5d558789
line wrap: on
line diff
--- a/rhodecode/tests/functional/test_login.py	Sun Apr 03 12:43:29 2011 +0200
+++ b/rhodecode/tests/functional/test_login.py	Sun Apr 03 18:23:15 2011 +0200
@@ -228,6 +228,3 @@
         print response.session['flash']
         assert 'You have successfully registered into rhodecode' in response.session['flash'][0], 'No flash message about user registration'
         assert 'Your new password was sent' in response.session['flash'][1], 'No flash message about password reset'
-
-
-