--- a/doc/book/en/devrepo/testing.rst Fri Sep 23 12:16:29 2011 +0200
+++ b/doc/book/en/devrepo/testing.rst Tue Jun 07 11:42:08 2011 +0200
@@ -337,13 +337,12 @@
sourcefile='/path/to/realdb_sources')
def test_blog_rss(self):
- 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')
+ 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)
-
Testing with other cubes
------------------------