Author: kn Date: Tue Dec 18 21:26:21 2007 New Revision: 7024 Log: - Fixed flash comparision to ignore binary streams for bitmap fills
Modified: trunk/Graph/tests/test_case.php Modified: trunk/Graph/tests/test_case.php ============================================================================== --- trunk/Graph/tests/test_case.php [iso-8859-1] (original) +++ trunk/Graph/tests/test_case.php [iso-8859-1] Tue Dec 18 21:26:21 2007 @@ -39,6 +39,7 @@ { $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; } -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components