Re-enable registrar tests.

This commit is contained in:
chriseth 2016-06-28 23:57:02 +02:00
parent 7369b5e4bb
commit 272a9d94d2

View File

@ -137,7 +137,7 @@ protected:
s_compiledRegistrar.reset(new bytes(m_compiler.object("FixedFeeRegistrar").bytecode));
}
sendMessage(*s_compiledRegistrar, true);
//BOOST_REQUIRE(!m_output.empty());
BOOST_REQUIRE(!m_output.empty());
}
u256 const m_fee = u256("69000000000000000000");
};
@ -149,7 +149,7 @@ BOOST_FIXTURE_TEST_SUITE(SolidityFixedFeeRegistrar, RegistrarTestFramework)
BOOST_AUTO_TEST_CASE(creation)
{
//deployRegistrar();
deployRegistrar();
}
BOOST_AUTO_TEST_CASE(reserve)