﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14990	Custom sitemap unittests failing for contrib.sitemaps in 1.3 Beta 1	eKIK	nobody	"=== Description ===
From looking at ticket #14041 I can see that two custom sitemap xml files have been added:
 * django/contrib/sitemaps/tests/templates/custom_sitemap_index.xml
 * django/contrib/sitemaps/tests/templates/custom_sitemap.xml

The unittests using those xml files are ''test_simple_sitemap_custom_index'' and ''test_simple_custom_sitemap'' (they live in django/contrib/sitemaps/tests/basic.py).

When downloading Django 1.3 Beta 1 the two unittests are there, but the xml files are not, which gives us two failing tests.

=== How to reproduce ===
 * Download and install Django 1.3 Beta 1
 * Create a project and enable the sitemaps application per instructions given [http://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/#installation in the documentation]
 * Run ''python manage.py test''
This should produce the two failing tests.

=== Proposed fix ===
Include ''custom_sitemap_index.xml'' and ''custom_sitemap.xml'' in the Django tarball."		closed	Contrib apps	1.3-beta		fixed			Accepted	0	0	0	0	0	0
