diff -r 84f285d96363 -r 7bac6791bbc2 devtools/testlib.py --- a/devtools/testlib.py Thu Apr 15 10:58:21 2010 +0200 +++ b/devtools/testlib.py Thu Apr 15 10:59:49 2010 +0200 @@ -130,6 +130,7 @@ class CubicWebTC(TestCase): """abstract class for test using an apptest environment + attributes: * `vreg`, the vregistry @@ -141,7 +142,6 @@ * `repo`, the repository object * `admlogin`, login of the admin user * `admpassword`, password of the admin user - """ appid = 'data' configcls = devtools.ApptestConfiguration