]> git.parisson.com Git - django-social-auth.git/commitdiff
Fixing English grammar error, not my native language, sorry
authorMiguel Araujo Perez <miguel.araujo.perez@gmail.com>
Mon, 23 May 2011 14:18:36 +0000 (16:18 +0200)
committerMiguel Araujo Perez <miguel.araujo.perez@gmail.com>
Mon, 23 May 2011 14:18:36 +0000 (16:18 +0200)
contrib/tests/test_core.py

index 07b1be15d57966247c6210892f988d130ac34836..333e79fcbbc9f02e06b6901fd39686ccaa96dfe7 100644 (file)
@@ -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