summaryrefslogtreecommitdiffstats
path: root/tests/driver_cairo_test.php
diff options
context:
space:
mode:
authorKore Nordmann <mail@kore-nordmann.de>2012-05-21 20:39:29 +0200
committerKore Nordmann <mail@kore-nordmann.de>2012-05-21 20:39:29 +0200
commit9481c82d69e585c7cfeb722737a7d047110adf80 (patch)
treeb083ab09bcea2ad97b3b92eb26f6750f2c7a4c32 /tests/driver_cairo_test.php
parent9e33831ec029f9be8a1b94279b953b7cc83891ad (diff)
downloadzetacomponents-graph-9481c82d69e585c7cfeb722737a7d047110adf80.zip
zetacomponents-graph-9481c82d69e585c7cfeb722737a7d047110adf80.tar.gz
Be slightly more generous in cairo tests
Diffstat (limited to 'tests/driver_cairo_test.php')
-rw-r--r--tests/driver_cairo_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/driver_cairo_test.php b/tests/driver_cairo_test.php
index a950850..51c1208 100644
--- a/tests/driver_cairo_test.php
+++ b/tests/driver_cairo_test.php
@@ -563,7 +563,7 @@ class ezcGraphCairoDriverTest extends ezcTestImageCase
$filename,
$this->basePath . 'compare/' . __CLASS__ . '_' . __FUNCTION__ . '.png',
'Image does not look as expected.',
- 0
+ 100
);
}
@@ -1226,7 +1226,7 @@ class ezcGraphCairoDriverTest extends ezcTestImageCase
$filename,
$this->basePath . 'compare/' . __CLASS__ . '_' . __FUNCTION__ . '.png',
'Image does not look as expected.',
- 10
+ 100
);
}
OpenPOWER on IntegriCloud