devtools/testlib.py
changeset 8004 7f14b5e25b97
parent 7990 a673d1d9a738
child 8128 0a927fe4541b
child 8460 b1f6777fc839
--- 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