File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -241,17 +241,6 @@ BOOST_AUTO_TEST_CASE(bnb_search_test)
241241 BOOST_CHECK_EQUAL (result5->GetSelectedValue (), 10 * CENT);
242242 expected_result.Clear ();
243243
244- // Negative effective value
245- // Select 10 Cent but have 1 Cent not be possible because too small
246- add_coin (5 * CENT, 5 , expected_result);
247- add_coin (3 * CENT, 3 , expected_result);
248- add_coin (2 * CENT, 2 , expected_result);
249- const auto result6 = SelectCoinsBnB (GroupCoins (utxo_pool), 10 * CENT, 5000 );
250- BOOST_CHECK (result6);
251- BOOST_CHECK_EQUAL (result6->GetSelectedValue (), 10 * CENT);
252- // FIXME: this test is redundant with the above, because 1 Cent is selected, not "too small"
253- // BOOST_CHECK(EquivalentResult(expected_result, *result));
254-
255244 // Select 0.25 Cent, not possible
256245 BOOST_CHECK (!SelectCoinsBnB (GroupCoins (utxo_pool), 0.25 * CENT, 0.5 * CENT));
257246 expected_result.Clear ();
You can’t perform that action at this time.
0 commit comments