﻿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
16574	Test fails when setting MESSAGE_TAGS	Manuel Strehl	elbarto	"in a fresh Django 1.3 project (directly after django_admin
startproject) I set this in the settings.py:

MESSAGE_TAGS = {
    40: ""ui-state-error"",     # ERROR
    30: ""ui-state-highlight"", # WARNING
    20: ""ui-state-info"",      # INFO
    25: ""ui-state-success"",   # SUCCESS

}

which causes a test failure in
django.contrib.messages.tests.cookie.CookieTest.test_tags.

http://pastebin.com/DSWdgCEf

As far as I can see, I did everything the way the docs say.

Corresponding list message: http://groups.google.com/group/django-developers/browse_thread/thread/4ab6ef2eedd4bfbe"	Bug	closed	contrib.messages	1.3	Normal	fixed			Ready for checkin	1	0	0	0	1	0
