Commit cd13e653 by Timothée Peignier

fix tests

parent 4b236573
......@@ -96,7 +96,7 @@ class CompressorTest(TestCase):
output = self.compressor.concatenate_and_rewrite([
'css/urls.css',
], 'css/screen.css')
self.assertEquals("""@font-face {
self.assertEquals(u"""@font-face {
font-family: 'Pipeline';
src: url(../fonts/pipeline.eot);
src: url(../fonts/pipeline.eot?#iefix) format('embedded-opentype');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment