Fixing bug
This commit is contained in:
@@ -67,7 +67,7 @@ BOOST_AUTO_TEST_CASE (test_create_destroy)
|
|||||||
BOOST_AUTO_TEST_CASE(test_get_size)
|
BOOST_AUTO_TEST_CASE(test_get_size)
|
||||||
{
|
{
|
||||||
size_t size = get_demand_data_size();
|
size_t size = get_demand_data_size();
|
||||||
BOOST_CHECK(size == 8);
|
BOOST_CHECK(size == sizeof(demand_data_t *));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user