diff -r 5941cde49878 -r c1d5e8ca15ea devtools/testlib.py --- a/devtools/testlib.py Fri Dec 07 16:10:38 2012 +0100 +++ b/devtools/testlib.py Fri Dec 07 17:23:04 2012 +0100 @@ -633,7 +633,7 @@ @cached def app(self): """return a cubicweb publisher""" - publisher = application.CubicWebPublisher(self.config, vreg=self.vreg) + publisher = application.CubicWebPublisher(self.config) def raise_error_handler(*args, **kwargs): raise publisher.error_handler = raise_error_handler