Update number of max different pixels in DrawSubstringTest for Mac

This commit is contained in:
Marco Castelluccio 2014-11-12 22:53:19 +01:00
Родитель ecfc0b776d
Коммит 0c6fec8042
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -37,7 +37,7 @@ var gfxTests = [
{ name: "gfx/ClippingTest", maxDifferent: 0 },
{ name: "gfx/ImageProcessingTest", maxDifferent: 6184 },
{ name: "gfx/CreateImageWithRegionTest", maxDifferent: 0 },
{ name: "gfx/DrawSubstringTest", maxDifferent: 258 },
{ name: "gfx/DrawSubstringTest", maxDifferent: 332 },
];
casper.test.begin("unit tests", 7 + gfxTests.length, function(test) {