Author: mtredinnick Date: 2007-03-05 19:12:46 -0600 (Mon, 05 Mar 2007) New Revision: 4666
Modified: django/trunk/tests/regressiontests/forms/tests.py Log: Fixed #3654 -- Fixed test failure from [4665]. Modified: django/trunk/tests/regressiontests/forms/tests.py =================================================================== --- django/trunk/tests/regressiontests/forms/tests.py 2007-03-05 19:55:29 UTC (rev 4665) +++ django/trunk/tests/regressiontests/forms/tests.py 2007-03-06 01:12:46 UTC (rev 4666) @@ -3476,6 +3476,7 @@ <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> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
