summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-04-04 19:35:56 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2016-04-04 19:35:56 +0100
commitc929fc5490efdd3253658b8d76e047920f82fc25 (patch)
tree229386d874f596eac562655a4e8d6aca492562d6
parentAdd deprecated attrib to compat wrapper (diff)
downloadslicer-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.cpp2
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);