Remove commented lines in tests
This commit is contained in:
parent
6310c6beb3
commit
36b408e18e
1 changed files with 0 additions and 5 deletions
|
|
@ -161,11 +161,6 @@ BOOST_AUTO_TEST_CASE( sidechain_address_delete_test ) {
|
||||||
BOOST_TEST_MESSAGE("Check sidechain_address_delete_operation results");
|
BOOST_TEST_MESSAGE("Check sidechain_address_delete_operation results");
|
||||||
|
|
||||||
const auto& idx = db.get_index_type<sidechain_address_index>().indices().get<by_account_and_sidechain_and_expires>();
|
const auto& idx = db.get_index_type<sidechain_address_index>().indices().get<by_account_and_sidechain_and_expires>();
|
||||||
//BOOST_REQUIRE( idx.size() == 1 );
|
|
||||||
//auto obj = idx.find( boost::make_tuple( alice_id, sidechain_type::bitcoin, time_point_sec::maximum() ) );
|
|
||||||
//BOOST_REQUIRE( obj == idx.end() );
|
|
||||||
//auto expired_obj = idx.find( boost::make_tuple( alice_id, sidechain_type::bitcoin, now ) );
|
|
||||||
//BOOST_REQUIRE( expired_obj != idx.end() );
|
|
||||||
BOOST_REQUIRE( idx.size() == 0 );
|
BOOST_REQUIRE( idx.size() == 0 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue