Skip to content

Commit

Permalink
AntelopeIOGH-599 commented out portion of test dependent on missing t…
Browse files Browse the repository at this point in the history
…est contract actions
  • Loading branch information
ndcgundlach committed Jul 13, 2022
1 parent b5756d7 commit ee0dd02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unittests/state_history_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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()

0 comments on commit ee0dd02

Please sign in to comment.