Merged changes from Bitshares PR 1036
This commit is contained in:
parent
b05cce3b35
commit
bef59435e4
1 changed files with 4 additions and 3 deletions
|
|
@ -521,9 +521,10 @@ BOOST_AUTO_TEST_CASE( committee_authority )
|
||||||
// Should throw because the transaction is now in review.
|
// Should throw because the transaction is now in review.
|
||||||
GRAPHENE_CHECK_THROW(PUSH_TX( db, trx ), fc::exception);
|
GRAPHENE_CHECK_THROW(PUSH_TX( db, trx ), fc::exception);
|
||||||
|
|
||||||
// generate_blocks(prop.expiration_time);
|
generate_blocks(prop.expiration_time);
|
||||||
// fails
|
BOOST_CHECK_EQUAL(get_balance(nathan, asset_id_type()(db)), 100000);
|
||||||
// BOOST_CHECK_EQUAL(get_balance(nathan, asset_id_type()(db)), 100000);
|
// proposal deleted
|
||||||
|
BOOST_CHECK_THROW( db.get<proposal_object>(prop.id), fc::exception );
|
||||||
} FC_LOG_AND_RETHROW() }
|
} FC_LOG_AND_RETHROW() }
|
||||||
|
|
||||||
BOOST_FIXTURE_TEST_CASE( fired_committee_members, database_fixture )
|
BOOST_FIXTURE_TEST_CASE( fired_committee_members, database_fixture )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue