Skip to content

Commit

Permalink
Merge pull request #1616 from loic/fix1.4
Browse files Browse the repository at this point in the history
Fixed failing test introduced by 87d2750.
  • Loading branch information
apollo13 committed Sep 11, 2013
2 parents fba6af5 + 3203f68 commit 434d122
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/regressiontests/templates/tests.py
Expand Up @@ -1766,6 +1766,8 @@ def test_include_only(self):
)


@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__))
Expand Down

0 comments on commit 434d122

Please sign in to comment.