Use << instead of + with FAIL_TEST and SKIP_TEST
commit9a05b416373fda505dd851309a3b1e3b3bcdf800
authorOlly Betts <olly@survex.com>
Mon, 30 May 2016 05:55:31 +0000 (30 17:55 +1200)
committerOlly Betts <olly@survex.com>
Mon, 30 May 2016 05:55:31 +0000 (30 17:55 +1200)
tree23dccd293f09aff599c0ab66f7f580768285c812
parente5af127f82f8ae48cfb5536b369a72e4dedeba9c
Use << instead of + with FAIL_TEST and SKIP_TEST

The argument is carefully handled such that << works, and it avoids
creating temporary string objects so is more efficient, and also
more readable for cases like std::string("Literal") + char_ptr.
xapian-core/tests/api_queryparser.cc
xapian-core/tests/api_replicate.cc
xapian-core/tests/api_snippets.cc
xapian-core/tests/apitest.cc
xapian-core/tests/harness/cputimer.cc
xapian-core/tests/stemtest.cc