X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Ft%2Fmail%2Fhtml-outgoing.t;h=caad10f7a59a8e9e45784207d9a9e5660750ac37;hp=a37f52cdd5b2f802d518973a92ec7b37dcfa7b3d;hb=7322f2afedcc2f427e997d1535a503613a83f088;hpb=ae14e320388fa5e7f400bff1c251ef885b7952e6 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
';