1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

Merge pull request #1616 from loic/fix1.4

Fixed failing test introduced by 87d2750b39.
This commit is contained in:
Florian Apolloner 2013-09-11 04:30:45 -07:00
commit 434d122a74

View File

@ -1766,6 +1766,8 @@ class RequestContextTests(BaseTemplateResponseTest):
)
@unittest.skipIf(' ' in __file__,
"The {%% ssi %%} tag in Django 1.4 doesn't support spaces in path.")
class SSITests(unittest.TestCase):
def setUp(self):
self.this_dir = os.path.dirname(os.path.abspath(__file__))