X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Ft%2Fmail%2Fhtml-outgoing.t;h=caad10f7a59a8e9e45784207d9a9e5660750ac37;hb=7322f2afedcc2f427e997d1535a503613a83f088;hp=a37f52cdd5b2f802d518973a92ec7b37dcfa7b3d;hpb=026dc7ad72ba972f230b6709e31fa64397d75ad4;p=freeside.git diff --git a/rt/t/mail/html-outgoing.t b/rt/t/mail/html-outgoing.t index a37f52cdd..caad10f7a 100644 --- a/rt/t/mail/html-outgoing.t +++ b/rt/t/mail/html-outgoing.t @@ -84,6 +84,9 @@ mail_ok { SKIP: { skip "Only fails on core HTMLFormatter", 9 unless RT->Config->Get("HTMLFormatter") eq "core"; + require HTML::FormatText::WithLinks::AndTables; + skip "Only fails with older verions of HTML::FormatText::WithLinks::AndTables", 9 + unless $HTML::FormatText::WithLinks::AndTables::VERSION < 0.03; diag "Failing HTML -> Text conversion"; warnings_like { my $body = '
Foo
';