From 1fb1e80a2e2af8c3bdf66e3034de8371d375f2e2 Mon Sep 17 00:00:00 2001 From: theoreticalbts Date: Wed, 17 Jun 2015 23:58:45 -0400 Subject: [PATCH] check skip_flags restored to 0 after all tests --- tests/common/database_fixture.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/common/database_fixture.cpp b/tests/common/database_fixture.cpp index dd48a508..997be4a4 100644 --- a/tests/common/database_fixture.cpp +++ b/tests/common/database_fixture.cpp @@ -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;