loolwsd: better UT failure message

Change-Id: Iad269910b1a38f67d87811590ffecefe27ba99cd
Reviewed-on: https://gerrit.libreoffice.org/28116
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:
Ashod Nakashian 2016-08-11 10:48:54 -04:00 committed by Ashod Nakashian
parent e41f8581d2
commit 6194b043c0

View file

@ -236,7 +236,7 @@ void TileCacheTests::testUnresponsiveClient()
for (auto i = 0; i < 8; ++i)
{
auto tile = getResponseMessage(socket2, "tile:", "client2 ");
CPPUNIT_ASSERT_MESSAGE("did not receive a tile: message as expected", !tile.empty());
CPPUNIT_ASSERT_MESSAGE("Did not receive tile #" + std::to_string(i+1) + " of 8: message as expected", !tile.empty());
}
}