aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2014-04-21 18:13:17 +0000
committerVincent Richard <[email protected]>2014-04-21 18:13:17 +0000
commit99d919c6d7cad9c41536f7d467ac86496af326fd (patch)
treec8608df91fe0f1c755a76671f91611de84187d3b /tests
parentDo not check for SSL handle validity in handshake() as it is initialized a fe... (diff)
downloadvmime-99d919c6d7cad9c41536f7d467ac86496af326fd.tar.gz
vmime-99d919c6d7cad9c41536f7d467ac86496af326fd.zip
Fixed unit test.
Diffstat (limited to 'tests')
-rw-r--r--tests/net/imap/IMAPCommandTest.cpp2
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()