Skip to content

Commit

Permalink
Adapt washtml test to pass with different versions of iconv (i.e. on …
Browse files Browse the repository at this point in the history
…CentOS7)
  • Loading branch information
thomascube authored and alecpl committed Jun 19, 2015
1 parent b91adb3 commit c008751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MailFunc.php
Expand Up @@ -116,7 +116,7 @@ function test_washtml_utf8()
$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");
}

/**
Expand Down

0 comments on commit c008751

Please sign in to comment.