Fixed bug in a testcase.
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 7 Feb 2010 00:27:34 +0000 (01:27 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 7 Feb 2010 00:27:34 +0000 (01:27 +0100)
--HG--
branch : trunk

tests/test_old_bugs.py

index 9ca834467369832645fd9730c426e8d4d429a999..5e51391a781c782dc1ceebf6906d1ca735b042bb 100644 (file)
@@ -155,7 +155,6 @@ def test_recursive_loop_bug():
         {% endfor %}
     {% endfor %}
     """)
-    tpl1.render(ctx)
 
     tpl2 = Template("""
     {% for p in foo%}
@@ -169,4 +168,3 @@ def test_recursive_loop_bug():
         {% endfor %}
     {% endfor %}
     """)
-    tpl2.render(ctx)