mirror of https://github.com/django/django.git
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:
parent
84c71148e3
commit
14bac2b97d
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue