diff options
author | Vincent Richard <[email protected]> | 2014-04-21 18:13:17 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2014-04-21 18:13:17 +0000 |
commit | 99d919c6d7cad9c41536f7d467ac86496af326fd (patch) | |
tree | c8608df91fe0f1c755a76671f91611de84187d3b /tests | |
parent | Do not check for SSL handle validity in handshake() as it is initialized a fe... (diff) | |
download | vmime-99d919c6d7cad9c41536f7d467ac86496af326fd.tar.gz vmime-99d919c6d7cad9c41536f7d467ac86496af326fd.zip |
Fixed unit test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/net/imap/IMAPCommandTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net/imap/IMAPCommandTest.cpp b/tests/net/imap/IMAPCommandTest.cpp index 8183dfa7..00054781 100644 --- a/tests/net/imap/IMAPCommandTest.cpp +++ b/tests/net/imap/IMAPCommandTest.cpp @@ -82,7 +82,7 @@ VMIME_TEST_SUITE_BEGIN(IMAPCommandTest) VASSERT_NOT_NULL("Not null", cmd); VASSERT_EQ("Text", "LOGIN username password", cmd->getText()); - VASSERT_EQ("Trace Text", "LOGIN <username> <password>", cmd->getTraceText()); + VASSERT_EQ("Trace Text", "LOGIN {username} {password}", cmd->getTraceText()); } void testAUTHENTICATE() |