Skip to content

Commit

Permalink
Fixed test failures introduced in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Sep 16, 2013
1 parent f40c822 commit 1234225
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/forms_tests/tests/test_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,7 @@ def test_filepathfield_2(self):
('/django/forms/forms.py', 'forms.py'),
('/django/forms/formsets.py', 'formsets.py'),
('/django/forms/models.py', 'models.py'),
('/django/forms/util.py', 'util.py'),
('/django/forms/utils.py', 'utils.py'),
('/django/forms/widgets.py', 'widgets.py')
]
Expand All @@ -1162,6 +1163,7 @@ def test_filepathfield_3(self):
('/django/forms/forms.py', 'forms.py'),
('/django/forms/formsets.py', 'formsets.py'),
('/django/forms/models.py', 'models.py'),
('/django/forms/util.py', 'util.py'),
('/django/forms/utils.py', 'utils.py'),
('/django/forms/widgets.py', 'widgets.py')
]
Expand All @@ -1182,6 +1184,7 @@ def test_filepathfield_4(self):
('/django/forms/forms.py', 'forms.py'),
('/django/forms/formsets.py', 'formsets.py'),
('/django/forms/models.py', 'models.py'),
('/django/forms/util.py', 'util.py'),
('/django/forms/utils.py', 'utils.py'),
('/django/forms/widgets.py', 'widgets.py')
]
Expand Down

0 comments on commit 1234225

Please sign in to comment.