Skip to content

Commit

Permalink
Merge branch 'master' into release-learnings
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Dec 17, 2015
2 parents 26f5b71 + 61f59d8 commit 7d90dcb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ckanext/example_itranslation/tests/test_plugin.py
Expand Up @@ -31,14 +31,6 @@ def test_translated_string_in_extensions_templates(self):
assert_true('This is an untranslated string' in response.body)
assert_false('This is a itranslated string' in response.body)

# check that we have only overwritten 'fr'
response = app.get(
url=plugins.toolkit.url_for(controller='home', action='index',
locale='es'),
)
assert_true('This is an untranslated string' in response.body)
assert_false('This is a itranslated string' in response.body)

def test_translated_string_in_core_templates(self):
app = self._get_test_app()
response = app.get(
Expand Down

0 comments on commit 7d90dcb

Please sign in to comment.