check skip_flags restored to 0 after all tests

This commit is contained in:
theoreticalbts 2015-06-17 23:58:45 -04:00
parent c65fb6b366
commit 1fb1e80a2e

View file

@ -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;