From f5d62f7157a629d8d1611d848be6e4167dd17075 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 5 Jan 2012 09:51:41 +0000 Subject: - Fix bug in handling of base href and inline content (#1488290) --- tests/mailfunc.php | 4 ++++ tests/src/htmlbase.txt | 2 ++ 2 files changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/mailfunc.php b/tests/mailfunc.php index 1b1bbdf38..2e55d331d 100644 --- a/tests/mailfunc.php +++ b/tests/mailfunc.php @@ -166,5 +166,9 @@ class rcube_test_mailfunc extends UnitTestCase $this->assertPattern('|src="http://alec\.pl/dir/img1\.gif"|', $html, "URI base resolving [1]"); $this->assertPattern('|src="http://alec\.pl/dir/img2\.gif"|', $html, "URI base resolving [2]"); $this->assertPattern('|src="http://alec\.pl/img3\.gif"|', $html, "URI base resolving [3]"); + + // base resolving exceptions + $this->assertPattern('|src="cid:theCID"|', $html, "URI base resolving exception [1]"); + $this->assertPattern('|src="http://other\.domain\.tld/img3\.gif"|', $html, "URI base resolving exception [2]"); } } diff --git a/tests/src/htmlbase.txt b/tests/src/htmlbase.txt index d1ddd5406..eb590748b 100644 --- a/tests/src/htmlbase.txt +++ b/tests/src/htmlbase.txt @@ -6,5 +6,7 @@ + + -- cgit v1.2.3