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:
parent
e41f8581d2
commit
6194b043c0
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue