Skip to content

Commit

Permalink
operation_tests.cpp: Remove unimplemented bulk_discount_test #169
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Jul 21, 2015
1 parent 1430fab commit f06a5dc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/tests/operation_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit f06a5dc

Please sign in to comment.