Adapt washtml test to pass with different versions of iconv (i.e. on CentOS7)

pull/281/head
Thomas Bruederli 9 years ago
parent d18654f81a
commit c5ca818118

@ -118,7 +118,7 @@ class MailFunc extends PHPUnit_Framework_TestCase
$part = $this->get_html_part('src/invalidchars.html');
$washed = rcmail_print_body($part->body, $part);
$this->assertRegExp('/<p>символ<\/p>/', $washed, "Remove non-unicode characters from HTML message body");
$this->assertRegExp('/<p>(символ|симол)<\/p>/', $washed, "Remove non-unicode characters from HTML message body");
}
/**

Loading…
Cancel
Save