--- 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`