diff options
author | Kore Nordmann <mail@kore-nordmann.de> | 2012-05-21 20:39:29 +0200 |
---|---|---|
committer | Kore Nordmann <mail@kore-nordmann.de> | 2012-05-21 20:39:29 +0200 |
commit | 9481c82d69e585c7cfeb722737a7d047110adf80 (patch) | |
tree | b083ab09bcea2ad97b3b92eb26f6750f2c7a4c32 /tests/driver_cairo_test.php | |
parent | 9e33831ec029f9be8a1b94279b953b7cc83891ad (diff) | |
download | zetacomponents-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.php | 4 |
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 ); } |