Fix GRAPHENE_TESTING_GENESIS_TIMESTAMP behavior of asset_claim_fees_test #413 #437

This commit is contained in:
theoreticalbts 2015-12-07 14:38:05 -05:00
parent 5b99cd4faa
commit 6feadd77a5

View file

@ -163,6 +163,7 @@ BOOST_AUTO_TEST_CASE(asset_claim_fees_test)
}
if( db.head_block_time() <= HARDFORK_413_TIME )
{
// can't claim before hardfork
GRAPHENE_REQUIRE_THROW( claim_fees( izzy_id, _izzy(1) ), fc::exception );