check skip_flags restored to 0 after all tests
This commit is contained in:
parent
c65fb6b366
commit
1fb1e80a2e
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ database_fixture::~database_fixture()
|
|||
verify_account_history_plugin_index();
|
||||
}
|
||||
|
||||
BOOST_CHECK( db.get_node_properties().skip_flags == database::skip_nothing );
|
||||
|
||||
if( data_dir )
|
||||
db.close();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue