Tweaks source maps tests to allow Windows tests to pass.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 15 Feb 2015 21:26:31 +0000 (21:26 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 15 Feb 2015 21:26:31 +0000 (21:26 +0000)
test/source-map-test.js

index 0652d13..9934b64 100644 (file)
@@ -890,9 +890,9 @@ vows.describe('source-map')
           });
 
           assert.deepEqual(sources, [
-            'test/fixtures/source-maps/some.less',
-            'test/fixtures/source-maps/nested/once.less',
-            'test/fixtures/source-maps/styles.less'
+            path.join('test', 'fixtures', 'source-maps', 'some.less'),
+            path.join('test', 'fixtures', 'source-maps', 'nested', 'once.less'),
+            path.join('test', 'fixtures', 'source-maps', 'styles.less')
           ]);
         }
       }