Fixed compass test to follow new format current compass spits out.
This commit is contained in:
@@ -543,7 +543,7 @@ class CompassTestCase(TestCase):
|
|||||||
{% endcompress %}
|
{% endcompress %}
|
||||||
"""
|
"""
|
||||||
context = {'MEDIA_URL': settings.COMPRESS_URL}
|
context = {'MEDIA_URL': settings.COMPRESS_URL}
|
||||||
out = css_tag("/media/CACHE/css/3f807af2259c.css")
|
out = css_tag("/media/CACHE/css/8ff1cfd8787d.css")
|
||||||
self.assertEqual(out, render(template, context))
|
self.assertEqual(out, render(template, context))
|
||||||
|
|
||||||
CompassTestCase = skipIf(
|
CompassTestCase = skipIf(
|
||||||
|
|||||||
Reference in New Issue
Block a user