author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Fri, 07 Aug 2009 10:35:04 +0200 | |
changeset 2721 | f809857610cc |
parent 2720 | 405c09e7df6e |
child 2722 | e39982748753 |
--- a/web/test/unittest_views_navigation.py Fri Aug 07 10:22:17 2009 +0200 +++ b/web/test/unittest_views_navigation.py Fri Aug 07 10:35:04 2009 +0200 @@ -61,10 +61,8 @@ rset = self.execute('Any X,N WHERE X name N') req = self.request() req.form['__start'] = 1000000 - print 'len', len(rset) navcomp = self.vreg['components'].select('navigation', req, rset=rset) html = navcomp.render() - print html def test_sorted_navigation_1(self): req = self.request()