[evolution] html-editor: Update unit tests after change for I#1204



commit 5aa82566c300e32eabec0941416e46329c4aa687
Author: Milan Crha <mcrha redhat com>
Date:   Thu Nov 5 17:06:53 2020 +0100

    html-editor: Update unit tests after change for I#1204
    
    Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1204

 src/e-util/test-html-editor-units-bugs.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/e-util/test-html-editor-units-bugs.c b/src/e-util/test-html-editor-units-bugs.c
index a23af4051d..7c53379dbe 100644
--- a/src/e-util/test-html-editor-units-bugs.c
+++ b/src/e-util/test-html-editor-units-bugs.c
@@ -166,7 +166,7 @@ test_bug_769708 (TestFixture *fixture)
        if (!test_utils_run_simple_test (fixture,
                "",
                HTML_PREFIX "<div style=\"width: 71ch;\">aaa</div>"
-               "<div class=\"-x-evo-signature-wrapper\" style=\"width: 71ch;\"><span 
class=\"-x-evo-signature\" id=\"autogenerated\"><pre>-- <br></pre>"
+               "<div style=\"width: 71ch;\"><span><pre>-- <br></pre>"
                "<div>user &lt;<a href=\"mailto:user@no.where\";>user@no.where</a>&gt;</div>"
                "</span></div>" HTML_SUFFIX,
                "aaa\n"
@@ -721,7 +721,7 @@ test_bug_772513 (TestFixture *fixture)
        if (!test_utils_run_simple_test (fixture,
                "",
                HTML_PREFIX "<div style=\"width: 71ch;\"><br></div>"
-               "<div class=\"-x-evo-signature-wrapper\" style=\"width: 71ch;\"><span 
class=\"-x-evo-signature\" id=\"none\"></span></div>" HTML_SUFFIX,
+               "<div style=\"width: 71ch;\"><span></span></div>" HTML_SUFFIX,
                "\n"))
                g_test_fail ();
 }
@@ -2008,7 +2008,7 @@ test_issue_913 (TestFixture *fixture)
                "<div>aa <font size=\"5\">bb <b>cc</b> dd</font></div>"
                "<div><font size=\"3\">ee</font></div>"
                "<div><br></div>"
-               "<div class=\"-x-evo-signature-wrapper\"><span class=\"-x-evo-signature\" id=\"UID\">"
+               "<div><span>"
                "<pre>-- <br></pre>"
                "<div>tt <b>uu <i>vv</i> <font size=\"2\">ww</font> xx</b> yy</div>"
                "</span></div>"
@@ -2028,7 +2028,7 @@ test_issue_913 (TestFixture *fixture)
                "<div style=\"width: 71ch;\">aa bb cc dd</div>"
                "<div style=\"width: 71ch;\">ee</div>"
                "<div style=\"width: 71ch;\"><br></div>"
-               "<div style=\"width: 71ch;\" class=\"-x-evo-signature-wrapper\"><span 
class=\"-x-evo-signature\" id=\"UID\">"
+               "<div style=\"width: 71ch;\"><span>"
                "<pre>-- <br></pre>"
                "<div>tt uu vv ww xx yy</div>"
                "</span></div>"


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