diff options
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 ); } |