diff options
Diffstat (limited to 'tests/driver_cairo_oo_test.php')
-rw-r--r-- | tests/driver_cairo_oo_test.php | 4 |
1 files changed, 2 insertions, 2 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 ); } |