[evolution] Correct the HTML expectations for bug 769708 testcase
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Correct the HTML expectations for bug 769708 testcase
- Date: Mon, 15 Aug 2016 13:23:05 +0000 (UTC)
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;\">-- </p>"
- "<p style=\"width: 71ch;\"<br></p><p style=\"width: 71ch;\">user
<user@no.where></p></span></div>" HTML_SUFFIX,
+ "<p style=\"width: 71ch;\"><br></p>"
+ "<p style=\"width: 71ch;\">user <<a
href=\"mailto:user@no.where\">user@no.where</a>></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]