aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-06-29 05:57:02 +0800
committerchriseth <c@ethdev.com>2016-06-29 06:14:50 +0800
commit272a9d94d2d42cbaf3ac26bd72132bbc74d6e22c (patch)
tree6a215b9d8fcde517184b04eef2e46c6e191d6e7d /test
parent7369b5e4bb746ede2c5e0619692504c82a490ea3 (diff)
downloaddexon-solidity-272a9d94d2d42cbaf3ac26bd72132bbc74d6e22c.tar
dexon-solidity-272a9d94d2d42cbaf3ac26bd72132bbc74d6e22c.tar.gz
dexon-solidity-272a9d94d2d42cbaf3ac26bd72132bbc74d6e22c.tar.bz2
dexon-solidity-272a9d94d2d42cbaf3ac26bd72132bbc74d6e22c.tar.lz
dexon-solidity-272a9d94d2d42cbaf3ac26bd72132bbc74d6e22c.tar.xz
dexon-solidity-272a9d94d2d42cbaf3ac26bd72132bbc74d6e22c.tar.zst
dexon-solidity-272a9d94d2d42cbaf3ac26bd72132bbc74d6e22c.zip
Re-enable registrar tests.
Diffstat (limited to 'test')
-rw-r--r--test/contracts/FixedFeeRegistrar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/contracts/FixedFeeRegistrar.cpp b/test/contracts/FixedFeeRegistrar.cpp
index 402d53ea..dec29b37 100644
--- a/test/contracts/FixedFeeRegistrar.cpp
+++ b/test/contracts/FixedFeeRegistrar.cpp
@@ -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)