aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()