tags 510751 + patch
thanks 

the t/ttf/ is a test.

I suppose we could remove it directly t/ttf dir :)

BTW please apply on the top of the previous patch the following

Regards

Bastien
-- 

"ROUCARIÈS Bastien"
                                            roucaries.bastien+deb...@gmail.com
-------------------------------------------------------------------------------
DO NOT WRITE TO roucaries.bastien+blackh...@gmail.com OR BE BLACKLISTED
diff --git a/filter.t b/filter.t
index 7e96b44..be3f6d8 100644
--- a/filter.t
+++ b/filter.t
@@ -34,8 +34,8 @@ $fuzz=int($QuantumRange*0.05);
 testFilterCompare('input.miff',  q//, 'reference/filter/AdaptiveThreshold.miff', 'AdaptiveThreshold', q/'5x5+5%'/, 0.02, 1.02);
 ++$test;
 
-testFilterCompare('input.miff',  q//, 'reference/filter/Annotate.miff', 'Annotate', q/text=>'Magick',geometry=>'+0+20',font=>'Generic.ttf',fill=>'gold',gravity=>'North',pointsize=>14/, 0.02, 1.02);
-++$test;
+#testFilterCompare('input.miff',  q//, 'reference/filter/Annotate.miff', 'Annotate', q/text=>'Magick',geometry=>'+0+20',font=>'Generic.ttf',fill=>'gold',gravity=>'North',pointsize=>14/, 0.02, 1.02);
+#++$test;
 
 testFilterCompare('input.miff',  q//, 'reference/filter/Blur.miff', 'Blur', q/'0.0x1.0'/, 0.002, 0.02);
 ++$test;

Reply via email to