summaryrefslogtreecommitdiffstats
path: root/tests/test_case.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-12-18 20:26:21 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-12-18 20:26:21 +0000
commitc9566f08d617102f31779e03f492de9df8f7424a (patch)
treef4a3ec42692e3771c3724f9b2f270b6e54c1465f /tests/test_case.php
parent8b13fd34117e878f0ebbbe9969dbe89c9640b2c7 (diff)
downloadzetacomponents-graph-c9566f08d617102f31779e03f492de9df8f7424a.zip
zetacomponents-graph-c9566f08d617102f31779e03f492de9df8f7424a.tar.gz
- Fixed flash comparision to ignore binary streams for bitmap fills
Diffstat (limited to 'tests/test_case.php')
-rw-r--r--tests/test_case.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_case.php b/tests/test_case.php
index cfdad4d..7f6191a 100644
--- a/tests/test_case.php
+++ b/tests/test_case.php
@@ -39,6 +39,7 @@ class ezcGraphTestCase extends ezcTestImageCase
{
$content = preg_replace( '/\$[sf]\d+/', '$var', $content );
$content = preg_replace( '[/\\*.*\\*/]i', '/* Comment irrelevant */', $content );
+ $content = preg_replace( '(BitmapID:.*?,SWFFILL_RADIAL_GRADIENT\\);)s', '/* Inserted bitmap fill */', $content );
$$var = $content;
}
OpenPOWER on IntegriCloud