diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:08:58 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:08:58 +0200 |
commit | 6843acc9fced3dc1261e019ad4552b6e4c340ec7 (patch) | |
tree | 67d4f85b6b99d49f1ad28aa98fca213b6962fd7d /tests/mailfunc.php | |
parent | 9f1652e29e2ed8be815cae4abf42bde989ffeb22 (diff) | |
parent | 6d1253681547343dcffb398a7e485bfb70087b57 (diff) |
Merged changes to skin folders
Diffstat (limited to 'tests/mailfunc.php')
-rw-r--r-- | tests/mailfunc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mailfunc.php b/tests/mailfunc.php index ed637884e..493ce946e 100644 --- a/tests/mailfunc.php +++ b/tests/mailfunc.php @@ -48,7 +48,7 @@ class rcube_test_mailfunc extends UnitTestCase $html = rcmail_html4inline(rcmail_print_body($part, array('safe' => false)), 'foo'); $this->assertPattern('/src="'.$part->replaces['ex1.jpg'].'"/', $html, "Replace reference to inline image"); - $this->assertPattern('#background="./program/blocked.gif"#', $html, "Replace external background image"); + $this->assertPattern('#background="./program/resources/blocked.gif"#', $html, "Replace external background image"); $this->assertNoPattern('/ex3.jpg/', $html, "No references to external images"); $this->assertNoPattern('/<meta [^>]+>/', $html, "No meta tags allowed"); //$this->assertNoPattern('/<style [^>]+>/', $html, "No style tags allowed"); |