Opened 13 years ago

Closed 13 years ago

#17909 closed Bug (fixed)

GeoDjango test suite errors - TemplateDoesNotExist

Reported by: Nate Bragg Owned by: nobody
Component: Testing framework Version: 1.4-alpha-1
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

runtests.py geoapp @17672 produces:

TemplateDoesNotExist: gis/sitemaps/geo_sitemap.xml,

TemplateDoesNotExist: sitemap_index.xml,

TemplateDoesNotExist: gis/sitemaps/geo_sitemap.xml, and

TemplateDoesNotExist: gis/kml/placemarks.kml

when run against postgis.

Attachments (1)

17909-1.diff (525 bytes ) - added by Claude Paroz 13 years ago.
Adding more apps when testing geodjango

Download all attachments as: .zip

Change History (5)

by Claude Paroz, 13 years ago

Attachment: 17909-1.diff added

Adding more apps when testing geodjango

comment:1 by Claude Paroz, 13 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

comment:2 by Nate Bragg, 13 years ago

Triage Stage: AcceptedReady for checkin

Applying this patched resolved the issue.

comment:3 by Nate Bragg, 13 years ago

Type: UncategorizedBug

comment:4 by Carl Meyer, 13 years ago

Resolution: fixed
Status: newclosed

In [17757]:

Fixed #17909 - ensure GeoDjango tests have the templates they need. Thanks Nate Bragg for the report.

Note: See TracTickets for help on using tickets.
Back to Top