django1/django/contrib/sitemaps/tests
Russell Keith-Magee afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
assert_ -> assertTrue
 assertEquals -> assertEqual
 failUnless -> assertTrue

For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-03 15:04:39 +00:00
..
templates Fixed #14041 -- Added ability to override the template of the sitemaps views. Thanks, julien. 2010-12-12 22:56:29 +00:00
__init__.py Fixed #14164 -- Ensure that sitemap priorities aren't rendered with localized numerical formats. Thanks to dokterbob for the report, and vung for the draft patch. 2010-08-27 15:16:04 +00:00
basic.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
urls.py Fixed #14041 -- Added ability to override the template of the sitemaps views. Thanks, julien. 2010-12-12 22:56:29 +00:00