diff options
| author | Vincent Richard <[email protected]> | 2008-07-11 23:37:38 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2008-07-11 23:37:38 +0200 |
| commit | f626c4fbe8744a8ef5a34f95e29a80812eaa7479 (patch) | |
| tree | b6e3d567105d6409529daa1a9243f0a1fc7cbae6 /tests/parser/messageIdTest.cpp | |
| parent | Treat empty encoding as default '7-bit' (Zarafa). (diff) | |
| download | vmime-f626c4fbe8744a8ef5a34f95e29a80812eaa7479.tar.gz vmime-f626c4fbe8744a8ef5a34f95e29a80812eaa7479.zip | |
Enable re-generation of broken Content-Id's that had no '@' sign in them (Zarafa).
Diffstat (limited to 'tests/parser/messageIdTest.cpp')
| -rw-r--r-- | tests/parser/messageIdTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/parser/messageIdTest.cpp b/tests/parser/messageIdTest.cpp index e70065a2..40e38ebf 100644 --- a/tests/parser/messageIdTest.cpp +++ b/tests/parser/messageIdTest.cpp @@ -59,12 +59,12 @@ VMIME_TEST_SUITE_BEGIN { vmime::messageId m1; - VASSERT_EQ("1", "<@>", m1.generate()); + VASSERT_EQ("1", "<>", m1.generate()); vmime::messageId m2; m2.setLeft("a"); - VASSERT_EQ("2", "<a@>", m2.generate()); + VASSERT_EQ("2", "<a>", m2.generate()); vmime::messageId m3; m3.setRight("b"); |
