[evolution] Correct the HTML expectations for bug 769708 testcase



commit f0948b2f08aa82f1631a4fc5191022473bb95c9d
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Aug 15 15:22:28 2016 +0200

    Correct the HTML expectations for bug 769708 testcase

 e-util/test-html-editor-units.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/e-util/test-html-editor-units.c b/e-util/test-html-editor-units.c
index 39e2c81..ed03b1a 100644
--- a/e-util/test-html-editor-units.c
+++ b/e-util/test-html-editor-units.c
@@ -2663,7 +2663,9 @@ test_bug_769708 (TestFixture *fixture)
        if (!test_utils_run_simple_test (fixture,
                "",
                HTML_PREFIX_PLAIN "<p style=\"width: 71ch;\">aaa</p><div><span><p style=\"width: 
71ch;\">--&nbsp;</p>"
-               "<p style=\"width: 71ch;\"<br></p><p style=\"width: 71ch;\">user 
&lt;user@no.where&gt;</p></span></div>" HTML_SUFFIX,
+               "<p style=\"width: 71ch;\"><br></p>"
+               "<p style=\"width: 71ch;\">user &lt;<a 
href=\"mailto:user@no.where\";>user@no.where</a>&gt;</p>"
+               "</span></div>" HTML_SUFFIX,
                "aaa\n"
                "-- \n"
                "user <user@no.where>"))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]