diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-24 10:28:06 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-24 10:28:06 -0700 |
commit | 7322f2afedcc2f427e997d1535a503613a83f088 (patch) | |
tree | 6c0d4e68906bfdaaff2a2067620e222611b979ea /rt/t/mail/html-outgoing.t | |
parent | ae14e320388fa5e7f400bff1c251ef885b7952e6 (diff) |
rt 4.2.13 ticket#13852
Diffstat (limited to 'rt/t/mail/html-outgoing.t')
-rw-r--r-- | rt/t/mail/html-outgoing.t | 3 |
1 files changed, 3 insertions, 0 deletions
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 = '<table><tr><td><table><tr><td>Foo</td></tr></table></td></tr></table>'; |