summaryrefslogtreecommitdiffstats
path: root/tests/test_composed_message.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_composed_message.cc')
-rw-r--r--tests/test_composed_message.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_composed_message.cc b/tests/test_composed_message.cc
index 792d4d0..4648639 100644
--- a/tests/test_composed_message.cc
+++ b/tests/test_composed_message.cc
@@ -32,7 +32,7 @@ BOOST_AUTO_TEST_SUITE(Composing)
ComposeMessage * c = new ComposeMessage ();
- ustring bdy = "This is test: æøå.\n > testing\ntesting\n...";
+ ustring bdy = "This is test: æøå.\n > testing\ntesting\n...\n";
LOG (trace) << "cm: writing utf-8 text to message body: " << bdy;
c->body << bdy;
@@ -62,7 +62,7 @@ BOOST_AUTO_TEST_SUITE(Composing)
ComposeMessage * c = new ComposeMessage ();
- ustring bdy = "This is test: æøå.\n > testing\ntesting\n...";
+ ustring bdy = "This is test: æøå.\n > testing\ntesting\n...\n";
LOG (trace) << "cm: writing utf-8 text to message body: " << bdy;
c->body << bdy;
@@ -193,7 +193,7 @@ BOOST_AUTO_TEST_SUITE(Composing)
ComposeMessage * c = new ComposeMessage ();
- ustring bdy = "This is test: æøå.\n > testing\ntesting\n...";
+ ustring bdy = "This is test: æøå.\n > testing\ntesting\n...\n";
LOG (trace) << "cm: writing utf-8 text to message body: " << bdy;
c->body << bdy;