typo
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Oct 2011 18:02:40 +0200
changeset 8004 7f14b5e25b97
parent 8003 7e240c04c69f
child 8005 a3e06bed6b18
typo
devtools/testlib.py
--- a/devtools/testlib.py	Fri Oct 21 17:52:37 2011 +0200
+++ b/devtools/testlib.py	Fri Oct 21 18:02:40 2011 +0200
@@ -1099,7 +1099,7 @@
     tags = AutoPopulateTest.tags | Tags('web', 'generated')
 
     def setUp(self):
-        assert not self.__class__ is AutomaticWebTest, 'Please subclass AutomaticWebTest to pprevent database caching issue'
+        assert not self.__class__ is AutomaticWebTest, 'Please subclass AutomaticWebTest to prevent database caching issue'
         super(AutomaticWebTest, self).setUp()
 
         # access to self.app for proper initialization of the authentication