Changes between Initial Version and Version 2 of Ticket #16677
- Timestamp:
- Aug 22, 2011, 11:37:19 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16677
- Property Summary templates tests fail when the path to django contains a space → ssi template tag fails when the path to the template contains a space
-
Ticket #16677 – Description
initial v2 1 Seehere: http://ci.myks.org/job/Django%20+%20Oracle/42/console1 I initially noticed this problem here: http://ci.myks.org/job/Django%20+%20Oracle/42/console 2 2 3 Since the project is called "Django + Oracle", the checkout ends up in "/var/lib/jenkins/jobs/Django + Oracle/workspace" .3 Since 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. 4 4 5 5 To 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`. 6 6 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.7 Apparently the current implementation of the ssi tag doesn't support spaces in the path to the template.