#10843: django.contrib.markup.tests.Templates test_textile fails with python
textile 2.1.3 and Django 1.0.2 final
----------------------------------------+-----------------------------------
          Reporter:  ntoll              |         Owner:  nobody 
            Status:  reopened           |     Milestone:         
         Component:  Testing framework  |       Version:         
        Resolution:                     |      Keywords:  Textile
             Stage:  Accepted           |     Has_patch:  1      
        Needs_docs:  0                  |   Needs_tests:  0      
Needs_better_patch:  0                  |  
----------------------------------------+-----------------------------------
Changes (by themystic):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 Occurred again with django 1.2.1 and textile 2.1.4.
 {{{
 $python manage.py test
 }}}
 yields:
 {{{
 ======================================================================
 FAIL: test_textile (django.contrib.markup.tests.Templates)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/usr/local/lib/python2.6/dist-
 packages/Django-1.2.1-py2.6.egg/django/contrib/markup/tests.py", line 27,
 in test_textile
     <p>Paragraph 2 with &#8220;quotes&#8221; and <code>code</code></p>""")
 AssertionError: u'<p>Paragraph 1</p>\n\n\t<p>Paragraph 2 with
 &#8220;quotes&#8221; and <code>code</code></p>' != '<p>Paragraph 1\
 </p>\n\n<p>Paragraph 2 with &#8220;quotes&#8221; and
 <code>code</code></p>'

 ----------------------------------------------------------------------
 }}}
 Removing the textile egg resolves the issue (since I don't need textile
 for anything).

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10843#comment:8>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to