Fixed unit test after bug fix.
This commit is contained in:
parent
20ba86512f
commit
90ad8c9154
@ -165,7 +165,7 @@ public:
|
||||
}
|
||||
else if (cmd == "MAIL")
|
||||
{
|
||||
VASSERT_EQ("MAIL", std::string("MAIL FROM: <expeditor@test.vmime.org>"), line);
|
||||
VASSERT_EQ("MAIL", std::string("MAIL FROM:<expeditor@test.vmime.org>"), line);
|
||||
|
||||
localSend("250 OK\r\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user