Skip to content

Commit 829c5fd

Browse files
committed
Revert part of r12998 that prevents the forms doctests in tests.py from running.
Adjust the fr.py localflavor tests to account for r13007. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 12cc292 commit 829c5fd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/regressiontests/forms/localflavor/fr.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@
208208
<option value="93">93 - Seine-Saint-Denis</option>
209209
<option value="94">94 - Val-de-Marne</option>
210210
<option value="95">95 - Val-d&#39;Oise</option>
211-
<option value="2A">2A - Corse du sud</option>
212-
<option value="2B">2B - Haute Corse</option>
213211
<option value="971">971 - Guadeloupe</option>
214212
<option value="972">972 - Martinique</option>
215213
<option value="973">973 - Guyane</option>

tests/regressiontests/forms/localflavor/se.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
>>> olddate = datetime.date
1313
>>> datetime.date = MockDate
1414
>>> datetime.date.today()
15-
...MockDate(2008, 5, 14)
15+
MockDate(2008, 5, 14)
1616
1717
1818
# SECountySelect #####################################################

0 commit comments

Comments
 (0)