Skip to content

Commit

Permalink
Updated CHANGELOG and fixed test_none_root
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Aug 1, 2017
1 parent 908f51d commit 638262b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -8,7 +8,7 @@ Changelog
---------

v2.7.0 2017-08-02
==========
=================

Note: Starting from this version, CKAN requires at least Postgres 9.3

Expand Down
3 changes: 2 additions & 1 deletion ckan/tests/test_none_root.py
Expand Up @@ -14,6 +14,7 @@ def test_resource_url(self):
app = webtest.TestApp(wsgiapp)
p.load(u'example_theme_v15_fanstatic')
content = app.get(u'/en/base.html')
assert u'example_theme.css' in content
if u'example_theme.css' not in content:
assert u'example_theme.min.css' in content
assert u'href="/data/fanstatic/example_theme' in content
p.unload(u'example_theme_v15_fanstatic')

0 comments on commit 638262b

Please sign in to comment.