Commit bcc656a7 authored by Łukasz Nowak's avatar Łukasz Nowak

- spelling


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39179 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ad9be7e0
......@@ -126,7 +126,7 @@ class TestERP5RemoteUserManager(ERP5TypeTestCase):
self.tic()
def beforeTearDown(self):
"""Clear everthing"""
"""Clear everything"""
self.portal.acl_users.manage_delObjects(self.erp5_remote_manager_id)
self.portal.deleteContent('portal_witch')
self.removeAuthenticationServerPreferences()
......@@ -183,7 +183,7 @@ class TestERP5RemoteUserManager(ERP5TypeTestCase):
# TESTS
############################################################################
def test_correct_login(self):
"""Checks typical login scenrio"""
"""Checks typical login scenario"""
login = 'someone'
password = 'somepass'
self.createPerson(login, password)
......@@ -203,7 +203,7 @@ class TestERP5RemoteUserManager(ERP5TypeTestCase):
self.checkLogin(None, kw)
def test_incorrect_login_in_case_of_no_connection(self):
"""Checks that in case if there is no auth server defined it is not possible ot login"""
"""Checks that in case if there is no authentication server defined it is not possible to login"""
login = 'someone'
password = 'somepass'
self.createPerson(login, password)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment