Changes between Initial Version and Version 2 of Ticket #16677


Ignore:
Timestamp:
Aug 22, 2011, 11:37:19 AM (13 years ago)
Author:
Aymeric Augustin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16677

    • Property Summary templates tests fail when the path to django contains a spacessi template tag fails when the path to the template contains a space
  • Ticket #16677 – Description

    initial v2  
    1 See here: http://ci.myks.org/job/Django%20+%20Oracle/42/console
     1I initially noticed this problem here: http://ci.myks.org/job/Django%20+%20Oracle/42/console
    22
    3 Since the project is called "Django + Oracle", the checkout ends up in "/var/lib/jenkins/jobs/Django + Oracle/workspace".
     3Since the project is called "Django + Oracle", the checkout ends up in "/var/lib/jenkins/jobs/Django + Oracle/workspace", and there are spaces in the paths to the templates used by the tests.
    44
    55To reproduce the problem, move your checkout of django so there's a space somewhere in the path (for instance `mv django-trunk "django trunk"`) and run `PYTHONPATH=.. ./runtests.py --settings=test_sqlite templates`.
    66
    7 This isn't a big problem in itself — who uses spaces in filesystem paths? — but it may be a symptom of a more general escaping problem.
     7Apparently the current implementation of the ssi tag doesn't support spaces in the path to the template.
Back to Top