From 563ff9fe977140416279998e64bf9fe979687ea9 Mon Sep 17 00:00:00 2001 From: Miguel Araujo Perez Date: Mon, 23 May 2011 16:18:36 +0200 Subject: [PATCH] Fixing English grammar error, not my native language, sorry --- contrib/tests/test_core.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/tests/test_core.py b/contrib/tests/test_core.py index 07b1be1..333e79f 100644 --- a/contrib/tests/test_core.py +++ b/contrib/tests/test_core.py @@ -43,7 +43,7 @@ class BackendsTest(TestCase): # We check the user logged in heading = self.driver.find_element_by_id('heading') if not heading.text == u'Logged in!': - raise Exception('The user didn\'t logged in') + raise Exception('The user didn\'t log in') # Here we could test the User's fields @@ -72,7 +72,7 @@ class BackendsTest(TestCase): # We check the user logged in heading = self.driver.find_element_by_id('heading') if not heading.text == u'Logged in!': - raise Exception('The user didn\'t logged in') + raise Exception('The user didn\'t log in') # Here we could test the User's fields @@ -101,7 +101,7 @@ class BackendsTest(TestCase): # We check the user logged in heading = self.driver.find_element_by_id('heading') if not heading.text == u'Logged in!': - raise Exception('The user didn\'t logged in') + raise Exception('The user didn\'t log in') # Here we could test the User's fields @@ -124,7 +124,7 @@ class BackendsTest(TestCase): # We check the user logged in heading = self.driver.find_element_by_id('heading') if not heading.text == u'Logged in!': - raise Exception('The user didn\'t logged in') + raise Exception('The user didn\'t log in') # Here we could test the User's fields @@ -147,6 +147,6 @@ class BackendsTest(TestCase): # We check the user logged in heading = self.driver.find_element_by_id('heading') if not heading.text == u'Logged in!': - raise Exception('The user didn\'t logged in') + raise Exception('The user didn\'t log in') # Here we could test the User's fields -- 2.39.5