[Telepathy-commits] [telepathy-glib/master] Fix HTML in message-mixin test

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Dec 18 10:41:28 PST 2008


20080415184623-53eee-0f8ca9d0ff088f5cd0e1a1bdae0586b3ab2c1828.gz
---
 tests/dbus/message-mixin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/dbus/message-mixin.c b/tests/dbus/message-mixin.c
index 9ca5c4f..79e3dc6 100644
--- a/tests/dbus/message-mixin.c
+++ b/tests/dbus/message-mixin.c
@@ -424,7 +424,7 @@ main (int argc,
       g_hash_table_insert (part, "alternative", slice_new_string ("main"));
       g_hash_table_insert (part, "type", slice_new_string ("text/html"));
       g_hash_table_insert (part, "content", slice_new_string (
-            "Here is a photo of a cat:<br />;"
+            "Here is a photo of a cat:<br />"
             "<img src=\"cid:lolcat\" alt=\"lol!\" /><br />"
             "It's in ur regression tests verifying ur designs!"
             ));
@@ -518,7 +518,7 @@ main (int argc,
       g_hash_table_insert (part, "identifier", slice_new_string ("html"));
       g_hash_table_insert (part, "type", slice_new_string ("text/html"));
       g_hash_table_insert (part, "content", slice_new_string (
-            "Here is a photo of a cat:<br />;"
+            "Here is a photo of a cat:<br />"
             "<img src=\"cid:lolcat\" alt=\"lol!\" /><br />"
             "It's in ur regression tests verifying ur designs!"
             ));
-- 
1.5.6.5




More information about the Telepathy-commits mailing list