summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-06-12 16:57:09 +0000
committerJannis Leidel <jannis@leidel.info>2011-06-12 16:57:09 +0000
commit14bac2b97df03d98089e345976b0ec1463f0b5f7 (patch)
tree1ecb6d1c2da1c11ad5e0b2f0ed6f63bcaccacf02 /tests
parent84c71148e37235396436fa4b03de137766a15c02 (diff)
Fixed broken test introduced in r16385.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16387 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
-rw-r--r--tests/regressiontests/forms/localflavor/mk.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regressiontests/forms/localflavor/mk.py b/tests/regressiontests/forms/localflavor/mk.py
index 8ef84af384..0a41e2001b 100644
--- a/tests/regressiontests/forms/localflavor/mk.py
+++ b/tests/regressiontests/forms/localflavor/mk.py
@@ -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',