fix failing tests

This commit is contained in:
Bruno Binet 2012-11-24 00:41:25 +01:00
commit 4d6ddd0af3
3 changed files with 5 additions and 1 deletions

View file

@ -80,7 +80,7 @@ class TestWebAssetsRelativeURLS(TestWebAssets):
self.check_link_tag(
'.././theme/gen/style.{0}.min.css'.format(CSS_HASH),
os.path.join(self.temp_path, 'category/misc.html'))
os.path.join(self.temp_path, 'category/yeah.html'))
class TestWebAssetsAbsoluteURLS(TestWebAssets):