mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Re-enable registrar tests.
This commit is contained in:
parent
7369b5e4bb
commit
272a9d94d2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user