improve debugging output

This commit is contained in:
Mathieu Lacage
2007-09-10 16:55:03 +02:00
parent e96365a4bc
commit 60fbe881c1

View File

@@ -243,7 +243,7 @@ PacketTest::RunTests (void)
packet.GetSize ());
if (msg != "hello world")
{
Failure () << "expected size 'hello world', got " << msg << std::endl;
Failure () << "expected 'hello world', got '" << msg << "'" << std::endl;
ok = false;
}