From 6c54bb72f0b30adaf10c6d8507e7975ca83f0c04 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 31 Dec 2010 14:38:19 +0000 Subject: [PATCH] Fixed the rest of the US localflavor tests that were forgotten in r15058. Refs r15029. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15121 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/localflavor/us/tests.py | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/tests/regressiontests/localflavor/us/tests.py b/tests/regressiontests/localflavor/us/tests.py index 8df541a8cc..59bb6017b3 100644 --- a/tests/regressiontests/localflavor/us/tests.py +++ b/tests/regressiontests/localflavor/us/tests.py @@ -24,8 +24,12 @@ class USLocalflavorTests(TestCase): + + + + @@ -33,6 +37,7 @@ class USLocalflavorTests(TestCase): + @@ -57,10 +62,12 @@ class USLocalflavorTests(TestCase): + + @@ -68,19 +75,12 @@ class USLocalflavorTests(TestCase): + - - - - - - - - """ self.assertEqual(str(self.form['state']), state_select_html) @@ -91,15 +91,21 @@ class USLocalflavorTests(TestCase): + + + + + + @@ -109,6 +115,7 @@ class USLocalflavorTests(TestCase): + @@ -124,10 +131,13 @@ class USLocalflavorTests(TestCase): + + + @@ -135,21 +145,11 @@ class USLocalflavorTests(TestCase): + - - - - - - - - - - - """ self.assertEqual(str(self.form['postal_code']), usps_select_html)