summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/driver_cairo_oo_test.php4
-rw-r--r--tests/driver_cairo_test.php4
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
);
}
OpenPOWER on IntegriCloud