From ee0dd02dd0f78f3e8c728831269fa918c74ace43 Mon Sep 17 00:00:00 2001 From: Chris Gundlach Date: Wed, 13 Jul 2022 09:21:34 -0500 Subject: [PATCH] GH-599 commented out portion of test dependent on missing test contract actions --- unittests/state_history_tests.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unittests/state_history_tests.cpp b/unittests/state_history_tests.cpp index 41d994db59..82b0986b89 100644 --- a/unittests/state_history_tests.cpp +++ b/unittests/state_history_tests.cpp @@ -501,7 +501,7 @@ BOOST_AUTO_TEST_CASE(test_deltas_resources_history) { BOOST_REQUIRE(expected_contract_row_table_primary_keys == result_contract_row_table_primary_keys); chain.produce_block(); - +/* TODO erasenumobj does not exist in mandel trace = chain.push_action("tester"_n, "erasenumobj"_n, "tester"_n, mutable_variant_object()("id", 1)); BOOST_REQUIRE_EQUAL(transaction_receipt::executed, trace->receipt->status); @@ -529,6 +529,7 @@ BOOST_AUTO_TEST_CASE(test_deltas_resources_history) { BOOST_REQUIRE_EQUAL(it_contract_index_double->rows.obj[i].first, 0); BOOST_REQUIRE_EQUAL(contract_index_double_elems[i].table.to_string(), "numobjs.....2"); } + */ } BOOST_AUTO_TEST_SUITE_END() \ No newline at end of file