Skip to content
Snippets Groups Projects
Commit 613e8573 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing BOOST_MESSAGE deprecated

parent 29c0a414
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@
#include "VCluster.hpp"
struct ut_start {
ut_start() { BOOST_MESSAGE("Initialize global VCluster"); init_global_v_cluster(&boost::unit_test::framework::master_test_suite().argc,&boost::unit_test::framework::master_test_suite().argv); }
~ut_start() { BOOST_MESSAGE("Delete global VClster");delete(global_v_cluster); }
ut_start() { BOOST_TEST_MESSAGE("Initialize global VCluster"); init_global_v_cluster(&boost::unit_test::framework::master_test_suite().argc,&boost::unit_test::framework::master_test_suite().argv); }
~ut_start() { BOOST_TEST_MESSAGE("Delete global VClster");delete(global_v_cluster); }
};
//____________________________________________________________________________//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment