diff --git a/contracts/test_api_multi_index/test_multi_index.cpp b/contracts/test_api_multi_index/test_multi_index.cpp index c400728e218bb1c034d9c57aa5e11263c2952e88..5e36be3e7ff76c2e42c89c133de4ba92b8bae85d 100644 --- a/contracts/test_api_multi_index/test_multi_index.cpp +++ b/contracts/test_api_multi_index/test_multi_index.cpp @@ -154,7 +154,7 @@ void test_multi_index::idx64_store_only() void test_multi_index::idx64_check_without_storing() { - _test_multi_index::idx64_check_without_storing(); + _test_multi_index::idx64_check_without_storing(); } void test_multi_index::idx64_general() diff --git a/tests/api_tests/api_tests.cpp b/tests/api_tests/api_tests.cpp index bd8eea58110132be4b0f0bb60cf5f2985ad2334a..6a7d6fbd5d890aeb5c02281567c40c0900fc3446 100644 --- a/tests/api_tests/api_tests.cpp +++ b/tests/api_tests/api_tests.cpp @@ -668,9 +668,9 @@ BOOST_FIXTURE_TEST_CASE(multi_index_tests, tester) { try { set_code( N(testapi), test_api_multi_index_wast ); produce_blocks(1); - //CALL_TEST_FUNCTION( *this, "test_multi_index", "idx64_general", {}); - //CALL_TEST_FUNCTION( *this, "test_multi_index", "idx64_store_only", {}); - //CALL_TEST_FUNCTION( *this, "test_multi_index", "idx64_check_without_storing", {}); + CALL_TEST_FUNCTION( *this, "test_multi_index", "idx64_general", {}); + CALL_TEST_FUNCTION( *this, "test_multi_index", "idx64_store_only", {}); + CALL_TEST_FUNCTION( *this, "test_multi_index", "idx64_check_without_storing", {}); CALL_TEST_FUNCTION( *this, "test_multi_index", "idx128_autoincrement_test", {}); CALL_TEST_FUNCTION( *this, "test_multi_index", "idx128_autoincrement_test_part1", {}); CALL_TEST_FUNCTION( *this, "test_multi_index", "idx128_autoincrement_test_part2", {});