Improve output when uuid1 fails
commit340cac20a9b7744d32c460b2b3b2af452ea98299
authorOlly Betts <olly@survex.com>
Tue, 2 Oct 2018 04:55:06 +0000 (2 17:55 +1300)
committerOlly Betts <olly@survex.com>
Thu, 4 Oct 2018 07:51:29 +0000 (4 20:51 +1300)
treea62c7f80c419525fd2ae94998662756982cf5256
parent646dbed506c0a08bd66b65083974d1ac2aeafc1f
Improve output when uuid1 fails

Cast the bytes we test in the UUID to int so that they're reported
as number and not characters if the check fails.

(cherry picked from commit a1f7c0b3490146f567c321abc7e25f3ad5b35685)
xapian-core/tests/unittest.cc