From f95141abcc8a56c533500befac7baf2ae25b5a5a Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Mon, 5 Mar 2012 10:30:00 +0000 Subject: [PATCH] Added change forgotten in r17668. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17669 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/localflavor/fr/tests.py | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/tests/regressiontests/localflavor/fr/tests.py b/tests/regressiontests/localflavor/fr/tests.py index f35e9854ec..9b65e1ec0d 100644 --- a/tests/regressiontests/localflavor/fr/tests.py +++ b/tests/regressiontests/localflavor/fr/tests.py @@ -55,6 +55,8 @@ class FRLocalFlavorTests(SimpleTestCase): + + @@ -62,10 +64,8 @@ class FRLocalFlavorTests(SimpleTestCase): - + - - @@ -111,7 +111,7 @@ class FRLocalFlavorTests(SimpleTestCase): - + @@ -138,9 +138,12 @@ class FRLocalFlavorTests(SimpleTestCase): - + + + - + + ''' - self.assertHTMLEqual(f.render('dep', 'Paris'), out) + self.assertHTMLEqual(f.render('dep', '75'), out)