Let's make the tests also compile with boost 1.33 (auto_unit_test.hpp is
authorMichael Matz <matz@suse.de>
Sat, 23 Feb 2008 03:05:32 +0000 (03:05 +0000)
committerMichael Matz <matz@suse.de>
Sat, 23 Feb 2008 03:05:32 +0000 (03:05 +0000)
commit693063a7cec76b8f60c9059a878c21aad680ecf1
tree7eee922aba69208354b4d58b58c81b888e9c6e2d
parent2d214e81430c551fe153516cf6024ad668bea8ca
Let's make the tests also compile with boost 1.33 (auto_unit_test.hpp is
a compat header in 1.34, so we can use it, and the
BOOST_AUTO_TEST_MAIN define is a no-op in 1.34 boost, so we also can use
it unconditionally).
33 files changed:
CMakeLists.txt
tests/parser/inifile/inidict_test.cc
tests/parser/inifile/iniparser_test.cc
tests/parser/yum/PatchFileReader_test.cc
tests/parser/yum/PatchesFileReader_test.cc
tests/parser/yum/RepomdFileReader_test.cc
tests/repo/RepoVariables_test.cc
tests/repo/susetags/Downloader_test.cc
tests/repo/yum/YUMDownloader_test.cc
tests/zypp/Arch_test.cc
tests/zypp/Capabilities_test.cc
tests/zypp/CheckSum_test.cc
tests/zypp/Digest_test.cc
tests/zypp/Edition_test.cc
tests/zypp/Fetcher_test.cc
tests/zypp/FileChecker_test.cc
tests/zypp/KeyRing_test.cc
tests/zypp/MediaSetAccess_test.cc
tests/zypp/PathInfo_test.cc
tests/zypp/PoolQuery_test.cc
tests/zypp/ProgressData_test.cc
tests/zypp/PtrTypes_test.cc
tests/zypp/PublicKey_test.cc
tests/zypp/RWPtr_test.cc
tests/zypp/RepoInfo_test.cc
tests/zypp/RepoManager_test.cc
tests/zypp/RepoStatus_test.cc
tests/zypp/ResKind_test.cc
tests/zypp/Signature_test.cc
tests/zypp/TranslatedText_test.cc
tests/zypp/Url_test.cc
tests/zypp/Vendor_test.cc
tests/zypp/base/Sysconfig_test.cc