comparison rhodecode/tests/functional/test_admin_settings.py @ 746:18a3ca35d501 beta

fixed grammar in taken email error
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 23 Nov 2010 22:33:59 +0100
parents 7486da5f0628
children 101a407827e8
comparison
equal deleted inserted replaced
745:c366b237c91d 746:18a3ca35d501
95 name='NewName', 95 name='NewName',
96 lastname='NewLastname', 96 lastname='NewLastname',
97 email=new_email,)) 97 email=new_email,))
98 print response 98 print response
99 99
100 assert 'That e-mail address is already taken' in response.body, 'Missing error message about existing email' 100 assert 'This e-mail address is already taken' in response.body, 'Missing error message about existing email'
101 101
102 102
103 def test_my_account_update_err(self): 103 def test_my_account_update_err(self):
104 self.log_user('test_regular2', 'test12') 104 self.log_user('test_regular2', 'test12')
105 105