diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-05-10 22:19:01 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-05-10 22:19:01 +0200 |
| commit | 46648b641d86b663f825227df5af5473f13a3fb4 (patch) | |
| tree | 4fcee3d0f2fa3980598da16b3d55ed619a895952 /tests | |
| parent | 73f7d346997d9520ea672b4f311349d7ba8b9075 (diff) | |
Fixed #17798 -- Tweaked the CA localflavor.
Thanks shelldweller.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/regressiontests/localflavor/ca/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/localflavor/ca/tests.py b/tests/regressiontests/localflavor/ca/tests.py index 05d2fe2ac4..903321b2cd 100644 --- a/tests/regressiontests/localflavor/ca/tests.py +++ b/tests/regressiontests/localflavor/ca/tests.py @@ -93,6 +93,7 @@ class CALocalFlavorTests(SimpleTestCase): 'BC': 'BC', 'nova scotia': 'NS', ' manitoba ': 'MB', + 'pq': 'QC', } invalid = { 'T2S 2H7': error_format, |
