diff -r f7d2df59231a -r 16461f675734 devtools/testlib.py --- a/devtools/testlib.py Thu Apr 15 12:47:02 2010 +0200 +++ b/devtools/testlib.py Thu Apr 15 12:48:40 2010 +0200 @@ -134,6 +134,7 @@ class CubicWebTC(TestCase): """abstract class for test using an apptest environment + attributes: * `vreg`, the vregistry @@ -145,7 +146,6 @@ * `repo`, the repository object * `admlogin`, login of the admin user * `admpassword`, password of the admin user - """ appid = 'data' configcls = devtools.ApptestConfiguration