From 4a60575132b2221e9abca432bbef57611b629a97 Mon Sep 17 00:00:00 2001 From: alazaro Date: Wed, 14 Dec 2011 23:36:13 +0100 Subject: Fixed test broken by markdown update Removed unused code. No longer needed with markdown 2.1.0. --- djangorestframework/tests/description.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'djangorestframework/tests') diff --git a/djangorestframework/tests/description.py b/djangorestframework/tests/description.py index 1ce29112..17bb4330 100644 --- a/djangorestframework/tests/description.py +++ b/djangorestframework/tests/description.py @@ -20,16 +20,16 @@ indented # hash style header #""" # If markdown is installed we also test it's working (and that our wrapped forces '=' to h2 and '-' to h3) -MARKED_DOWN = """

an example docstring

+MARKED_DOWN = """

an example docstring

-

another header

+

another header

code block
 

indented

-

hash style header

""" +

hash style header

""" class TestViewNamesAndDescriptions(TestCase): -- cgit v1.2.3