summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-07-09 13:58:07 +0200
committerClaude Paroz <claude@2xlibre.net>2012-07-09 14:10:54 +0200
commit1d2982362df1dbd9b08ffcc1d2506b2e3789250e (patch)
treef96f26a973a53aca970aecd1e64ec69edaf03d56 /tests
parent590de18add78945344de049c2d3e7021fd46ce53 (diff)
Fixed #18537 -- Fixed CUIT calculation in ar localflavor
Thanks mmoya at 8ksoft.com.ar for the report and Kevin Shaul for the initial patch.
Diffstat (limited to 'tests')
-rw-r--r--tests/regressiontests/localflavor/ar/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/localflavor/ar/tests.py b/tests/regressiontests/localflavor/ar/tests.py
index 0731c3ce9b..efc2025fd2 100644
--- a/tests/regressiontests/localflavor/ar/tests.py
+++ b/tests/regressiontests/localflavor/ar/tests.py
@@ -87,6 +87,7 @@ class ARLocalFlavorTests(SimpleTestCase):
'27-10345678-4': '27-10345678-4',
'20101234569': '20-10123456-9',
'27103456784': '27-10345678-4',
+ '30011111110': '30-01111111-0',
}
invalid = {
'2-10123456-9': error_format,