changeset 9864 | f60a80592224 |
parent 9580 | abaae1496ba4 |
child 9878 | f3936f64bd98 |
--- a/doc/book/en/devrepo/testing.rst Thu Jun 05 16:30:58 2014 +0200 +++ b/doc/book/en/devrepo/testing.rst Fri Jun 06 14:55:26 2014 +0200 @@ -335,7 +335,7 @@ req = self.request() rset = req.execute('Any B ORDERBY D DESC WHERE B is BlogEntry, ' 'B created_by U, U login "logilab", B creation_date D') - self.view('rss', rset) + self.view('rss', rset, req=req) Testing with other cubes