From 87c11a4ad257ce94eb1f94f36632e3a1b188b3ca Mon Sep 17 00:00:00 2001 From: cketti Date: Fri, 18 May 2012 19:59:29 +0200 Subject: [PATCH] Updated tests to reflect changes in HtmlConverter.htmlifyMessageHeader() --- tests/src/com/fsck/k9/mail/internet/ViewablesTest.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/src/com/fsck/k9/mail/internet/ViewablesTest.java b/tests/src/com/fsck/k9/mail/internet/ViewablesTest.java index ded79c3d5..5ba6fa8c6 100644 --- a/tests/src/com/fsck/k9/mail/internet/ViewablesTest.java +++ b/tests/src/com/fsck/k9/mail/internet/ViewablesTest.java @@ -28,7 +28,7 @@ public class ViewablesTest extends AndroidTestCase { String expectedHtml = "" + "
" +
+                        "font-family: sans-serif; margin-top: 0px\">" +
                 "K-9 Mail rocks :>" +
                 "
" + ""; @@ -90,13 +90,13 @@ public class ViewablesTest extends AndroidTestCase { String expectedHtml = "" + "
" +
+                        "font-family: sans-serif; margin-top: 0px\">" +
                 bodyText1 +
                 "
" + "

" + "
" +
+                        "font-family: sans-serif; margin-top: 0px\">" +
                 bodyText2 +
                 "
" + ""; @@ -156,7 +156,7 @@ public class ViewablesTest extends AndroidTestCase { String expectedHtml = "" + "
" +
+                        "font-family: sans-serif; margin-top: 0px\">" +
                 bodyText +
                 "
" + "

" + "" + "

" +
+                        "font-family: sans-serif; margin-top: 0px\">" +
                 innerBodyText +
                 "
" + "";