diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-03-06 01:12:46 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-03-06 01:12:46 +0000 |
| commit | f309bde7f62bdc0d467921e8dd92513bd5726df0 (patch) | |
| tree | 804fca0d78a2e8981c4bac1ecdbe48938661fb96 | |
| parent | aa55e98b87c7f78d60edc51d8aa5662b61899e37 (diff) | |
Fixed #3654 -- Fixed test failure from [4665].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4666 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | tests/regressiontests/forms/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/forms/tests.py b/tests/regressiontests/forms/tests.py index db3969429e..a9ce8d23b3 100644 --- a/tests/regressiontests/forms/tests.py +++ b/tests/regressiontests/forms/tests.py @@ -3476,6 +3476,7 @@ as its choices. <option value="ME">Maine</option> <option value="MH">Marshall Islands</option> <option value="MD">Maryland</option> +<option value="MA">Massachusetts</option> <option value="MI">Michigan</option> <option value="MN">Minnesota</option> <option value="MS">Mississippi</option> |
