$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] BOOST_AUTO_UNIT_TEST
From: Ross Boylan (ross_at_[hidden])
Date: 2009-02-23 17:52:33
In Boost 1.34, the version just released with Debian Lenny, the release
notes for Boost.Test say
BOOST_AUTO_UNIT_TEST renamed to BOOST_AUTO_TEST_CASE. Old name still
provided but deprecated
As far as I can tell, the old name is not provided.
Presumably I can provide my own definition to work around this. I am
trying to make my code compatible with various releases of Boost
(including older ones that use the old name), so I can't just replace
all old names with the new one.
Ross