diff -r 6e2244784b7d -r 3338b2205ea3 ext/test/unittest_rest.py --- a/ext/test/unittest_rest.py Thu Feb 13 15:11:07 2014 +0100 +++ b/ext/test/unittest_rest.py Tue Feb 11 11:03:01 2014 +0100 @@ -68,7 +68,7 @@ def test_rql_role_with_unknown_vid(self): context = self.context() out = rest_publish(context, ':rql:`Any X WHERE X is CWUser:toto`') - self.assertTrue(out.startswith("

an error occured while interpreting this rql directive: ObjectNotFound(u'toto',)

")) + self.assertTrue(out.startswith("

an error occurred while interpreting this rql directive: ObjectNotFound(u'toto',)

")) def test_rql_role_without_vid(self): context = self.context()