Fix build break with 1.65.1 boost version 54/189554/1
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tue, 18 Sep 2018 11:50:48 +0000 (13:50 +0200)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tue, 18 Sep 2018 11:51:21 +0000 (13:51 +0200)
commite4789e890704b69006d7dea952330c9db1c16570
tree42a500c8695f393c285336bdd82136c5125847e6
parentb18c8b27d931e27925f562827ed301863ec17b06
Fix build break with 1.65.1 boost version

This is a quick syntax fix. In other places of security-manager tests
a colon is used after BOOST_GLOBAL_FIXTURE macro usage, see:
tests/security-manager-tests.cpp:53:BOOST_GLOBAL_FIXTURE(TestConfig);
tests/security-manager-tests.cpp:54:BOOST_GLOBAL_FIXTURE(LogSetup);

The macro should be replaced anyway as it is deprecated according
to the boost documentation:
https://www.boost.org/doc/libs/1_65_1/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_global_fixture.html

Change-Id: Ib0ee486ae617b83b6f2e66a1b9b0d158b7cbfbec
Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
test/test_privilege_db_migration.cpp