--- a/devtools/test/unittest_webtest.py Wed Nov 19 11:59:08 2014 +0100
+++ b/devtools/test/unittest_webtest.py Thu Sep 25 10:50:23 2014 +0200
@@ -15,6 +15,7 @@
class CWTIdentTC(CubicWebTestTC):
+ test_db_id = 'webtest-ident'
anonymous_allowed = False
tags = CubicWebTestTC.tags | Tags(('auth',))