From f06a5dccdab6d55521642d6793f5306b98432f7c Mon Sep 17 00:00:00 2001 From: theoreticalbts Date: Tue, 21 Jul 2015 16:04:21 -0400 Subject: [PATCH] operation_tests.cpp: Remove unimplemented bulk_discount_test #169 --- tests/tests/operation_tests.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/tests/operation_tests.cpp b/tests/tests/operation_tests.cpp index 53cf9739..b08842c4 100644 --- a/tests/tests/operation_tests.cpp +++ b/tests/tests/operation_tests.cpp @@ -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 );