Index: tests/othertests/markup.py
===================================================================
--- tests/othertests/markup.py  (revision 2692)
+++ tests/othertests/markup.py  (working copy)
@@ -46,8 +46,8 @@
 
 t = Template("{{ markdown_content|markdown }}")
 rendered = t.render(Context(locals())).strip()
-if textile:
-    assert rendered == """<p>Paragraph 1</p><h2>An h2</h2>"""
+if markdown:
+    assert rendered == """<p>Paragraph 1</p>\n\n<h2>An h2</h2>"""
 else:
     assert rendered == markdown_content
