﻿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
17194	Auth tests failing on non-US locales	Henrique C. Alves	nobody	"Auth tests are failing on current trunk (1.4). An error message is being compared as a test condition, but this fails since the error message will return a translated string (in this particular case, pt_br).

{{{
Destroying old test database 'default'...
..........F
======================================================================
FAIL: test_inactive_user (django.contrib.auth.tests.forms.AuthenticationFormTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Users/hcalves/.virtualenvs/omelete.v2/src/django/django/contrib/auth/tests/forms.py"", line 105, in test_inactive_user
    [u'This account is inactive.'])
AssertionError: [u'Esta conta est\xe1 inativa.'] != [u'This account is inactive.']

}}}
"	Bug	closed	contrib.auth	dev	Normal	fixed			Accepted	1	0	0	0	1	0
