fix typo in test assertion

This commit is contained in:
Fischlurch 2015-12-13 02:02:54 +01:00
parent 42a5668831
commit c13b859aa5

View file

@ -72,6 +72,7 @@ namespace test{
verify_logJoining();
verify_callLogging();
verify_eventLogging();
verify_genericLogging();
}
@ -303,7 +304,7 @@ namespace test{
CHECK (join(log) == string(
"Rec(EventLogHeader| ID = theHog ), "
"Rec(some| ID = weird |{struff}), "
"Rec(some| ID = weird |{stuff}), "
"Rec(warn|{danger}), "
"Rec(error|{horrible}), "
"Rec(fatal|{destiny}), "