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 | |
parent | 9e33831ec029f9be8a1b94279b953b7cc83891ad (diff) | |
download | zetacomponents-graph-9481c82d69e585c7cfeb722737a7d047110adf80.zip zetacomponents-graph-9481c82d69e585c7cfeb722737a7d047110adf80.tar.gz |
Be slightly more generous in cairo tests
-rw-r--r-- | tests/driver_cairo_oo_test.php | 4 | ||||
-rw-r--r-- | tests/driver_cairo_test.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/driver_cairo_oo_test.php b/tests/driver_cairo_oo_test.php index 1aca8a6..d4b0d71 100644 --- a/tests/driver_cairo_oo_test.php +++ b/tests/driver_cairo_oo_test.php @@ -557,7 +557,7 @@ class ezcGraphCairoOODriverTest extends ezcTestImageCase $filename, $this->basePath . 'compare/' . 'ezcGraphCairoDriverTest' . '_' . __FUNCTION__ . '.png', 'Image does not look as expected.', - 0 + 100 ); } @@ -1220,7 +1220,7 @@ class ezcGraphCairoOODriverTest extends ezcTestImageCase $filename, $this->basePath . 'compare/' . 'ezcGraphCairoDriverTest' . '_' . __FUNCTION__ . '.png', 'Image does not look as expected.', - 10 + 100 ); } 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 ); } |