summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/regressiontests/forms/localflavor/es.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/regressiontests/forms/localflavor/es.py b/tests/regressiontests/forms/localflavor/es.py
index 66d18dd0fc..b92f62383d 100644
--- a/tests/regressiontests/forms/localflavor/es.py
+++ b/tests/regressiontests/forms/localflavor/es.py
@@ -157,6 +157,8 @@ ValidationError: [u'Invalid checksum for NIF.']
'X3287690R'
>>> f.clean('t-03287690r')
'T03287690R'
+>>> f.clean('P2907500I')
+'P2907500I'
>>> f.clean('X-03287690')
Traceback (most recent call last):
...