Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit d9634f8755 - Show all commits

View file

@ -70,10 +70,7 @@ BOOST_AUTO_TEST_CASE( types_edge_cases_test )
sv::tag_type current_value = variant_with_tagtype.get<sv::tag_type>();
BOOST_CHECK_EQUAL( current_value, init_value );
#ifndef _WIN32
// this does not work in Windows. See Issue #1593
BOOST_CHECK( variant_with_tagtype == init_value );
#endif
BOOST_CHECK(variant_with_tagtype.get<sv::tag_type>() == init_value);
for (sv::tag_type i = variant_with_tagtype.count(); i-->0;)
{