提交 c7374920 编写于 作者: A arhag

fixes to test_multi_index from previous merge

上级 0c8b27c3
......@@ -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<N(indx1.step), N(indextable1)>();
_test_multi_index::idx64_check_without_storing<N(idx1.step), N(indextable1)>();
}
void test_multi_index::idx64_general()
......
......@@ -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", {});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册