diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2019-02-06 11:00:23 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2019-03-29 15:14:09 +0100 |
commit | e502c3c515896a67b8a753f1c186398c3a58df2c (patch) | |
tree | 02d4a5d726c960b2ba4a759f2746c11a1d727829 /src/wallet/test/coinselector_tests.cpp | |
parent | edc68d40e9689f74f4cdfba010691e9811786086 (diff) |
tests: Reduce noise level in test_bitcoin output
Diffstat (limited to 'src/wallet/test/coinselector_tests.cpp')
-rw-r--r-- | src/wallet/test/coinselector_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/test/coinselector_tests.cpp b/src/wallet/test/coinselector_tests.cpp index 5c65acf601..5327779f43 100644 --- a/src/wallet/test/coinselector_tests.cpp +++ b/src/wallet/test/coinselector_tests.cpp @@ -135,7 +135,6 @@ BOOST_AUTO_TEST_CASE(bnb_search_test) ///////////////////////// // Known Outcome tests // ///////////////////////// - BOOST_TEST_MESSAGE("Testing known outcomes"); // Empty utxo pool BOOST_CHECK(!SelectCoinsBnB(GroupCoins(utxo_pool), 1 * CENT, 0.5 * CENT, selection, value_ret, not_input_fees)); |