diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-04-04 19:35:56 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-04-04 19:35:56 +0100 |
commit | c929fc5490efdd3253658b8d76e047920f82fc25 (patch) | |
tree | 229386d874f596eac562655a4e8d6aca492562d6 | |
parent | Add deprecated attrib to compat wrapper (diff) | |
download | slicer-c929fc5490efdd3253658b8d76e047920f82fc25.tar.bz2 slicer-c929fc5490efdd3253658b8d76e047920f82fc25.tar.xz slicer-c929fc5490efdd3253658b8d76e047920f82fc25.zip |
Use macros in BOOST_TEST_ instead of just BOOST_
-rw-r--r-- | slicer/db/testUpdate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slicer/db/testUpdate.cpp b/slicer/db/testUpdate.cpp index 753c5b6..159cb5e 100644 --- a/slicer/db/testUpdate.cpp +++ b/slicer/db/testUpdate.cpp @@ -106,7 +106,7 @@ BOOST_AUTO_TEST_CASE( update_withNulls ) bis[1]->mbyte = IceUtil::Optional<Ice::Byte>(); bis[0]->mshort = IceUtil::Optional<Ice::Short>(); bis[1]->mdouble = IceUtil::Optional<Ice::Double>(); - BOOST_CHECKPOINT("Do update"); + BOOST_TEST_CHECKPOINT("Do update"); Slicer::SerializeAny<Slicer::SqlUpdateSerializer>(bis, db.get(), "builtins"); auto bis2 = Slicer::DeserializeAny<Slicer::SqlSelectDeserializer, DB::BuiltInSeq>(*sel); BOOST_REQUIRE(bis2[0]->mstring); |