devtools/testlib.py
branchstable
changeset 6109 47d9c0e0f7b7
parent 5974 cac990ad6180
child 6140 65a619eb31c4
child 6165 7da7c270bbbd
--- a/devtools/testlib.py	Fri Aug 13 13:34:47 2010 +0200
+++ b/devtools/testlib.py	Fri Aug 13 08:23:14 2010 +0200
@@ -621,7 +621,7 @@
              **kwargs):
         """This method tests the view `vid` on `rset` using `template`
 
-        If no error occured while rendering the view, the HTML is analyzed
+        If no error occurred while rendering the view, the HTML is analyzed
         and parsed.
 
         :returns: an instance of `cubicweb.devtools.htmlparser.PageInfo`
@@ -653,7 +653,7 @@
     def _test_view(self, viewfunc, view, template='main-template', kwargs={}):
         """this method does the actual call to the view
 
-        If no error occured while rendering the view, the HTML is analyzed
+        If no error occurred while rendering the view, the HTML is analyzed
         and parsed.
 
         :returns: an instance of `cubicweb.devtools.htmlparser.PageInfo`