Skip to content

Commit

Permalink
Update the tests for Django 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Oct 15, 2014
1 parent cc985d0 commit cc1a55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_namespace/tests/tests.py
Expand Up @@ -88,7 +88,7 @@ def test_extend_and_override(self):
the app_namespace template loader.
"""
context = Context({})
mark = '<h1 id="site-name">Django administration</h1>'
mark = 'Django administration'
mark_title = '<title>APP NAMESPACE</title>'

template_directory = Template(
Expand Down Expand Up @@ -131,7 +131,7 @@ def test_extend_empty_namespace(self):
Test that a ":" prefix (empty namespace) gets handled.
"""
context = Context({})
mark = '<h1 id="site-name">Django administration</h1>'
mark = 'Django administration'
mark_title = '<title>APP NAMESPACE</title>'

template_namespace = Template(
Expand Down

0 comments on commit cc1a55f

Please sign in to comment.