operation_tests.cpp: Remove unimplemented bulk_discount_test #169
This commit is contained in:
parent
1430fab0f4
commit
f06a5dccda
1 changed files with 0 additions and 9 deletions
|
|
@ -1405,15 +1405,6 @@ BOOST_AUTO_TEST_CASE( cover_with_collateral_test )
|
|||
}
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( unimp_bulk_discount_test, 1 )
|
||||
BOOST_AUTO_TEST_CASE( unimp_bulk_discount_test )
|
||||
{
|
||||
// commented out to silence compiler warnings
|
||||
//const account_object& shorter1 = create_account( "alice" );
|
||||
//const account_object& shorter2 = create_account( "bob" );
|
||||
BOOST_FAIL( "not implemented" );
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE( vesting_balance_create_test )
|
||||
{ try {
|
||||
INVOKE( create_uia );
|
||||
|
|
|
|||
Loading…
Reference in a new issue