Hi,

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, so is
there a possibility to make the test pass?

I haven't found a corresponding bug in the issue tracker.

Cheers,

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to