Fixed broken test introduced in r16385.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16387 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-06-12 16:57:09 +00:00
parent 84c71148e3
commit 14bac2b97d
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ from utils import LocalFlavorTestCase
class MKLocalFlavorTests(LocalFlavorTestCase):
def test_MKIdentityCardNumberField(self):
error_invalid = (u'Identity card numbers must contain'
' either 4 to 7 digits or an uppercase letter and 7 digits.')
error_invalid = [u'Identity card numbers must contain either 4 to 7 '
'digits or an uppercase letter and 7 digits.']
valid = {
'L0018077':'L0018077',
'A0078315' : 'A0078315',