Fixed unit test.
This commit is contained in:
parent
4965674b35
commit
99d919c6d7
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user