diff options
author | Gav Wood <i@gavwood.com> | 2014-05-12 21:40:26 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-05-12 21:40:26 +0800 |
commit | 87d48881d833bd0d48860b007c7d73fb3f6fb2f7 (patch) | |
tree | abd60a41092070f5b51d46df137f1df2997d2cf8 /fork.cpp | |
parent | b9b7fa2078c88918224abb057805686c82a1f4e8 (diff) | |
download | dexon-solidity-87d48881d833bd0d48860b007c7d73fb3f6fb2f7.tar.gz dexon-solidity-87d48881d833bd0d48860b007c7d73fb3f6fb2f7.tar.zst dexon-solidity-87d48881d833bd0d48860b007c7d73fb3f6fb2f7.zip |
Updates to VM tests.
Diffstat (limited to 'fork.cpp')
-rw-r--r-- | fork.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,8 @@ using namespace std; using namespace eth; +// Disabled since tests shouldn't block. Need a short cut to avoid real mining. +/* BOOST_AUTO_TEST_CASE(simple_chain_fork) { //start a client and mine a short chain @@ -54,3 +56,4 @@ BOOST_AUTO_TEST_CASE(simple_chain_fork) BOOST_REQUIRE(c1.state().balance(c1.address()) == 0); BOOST_REQUIRE(c2.state().balance(c2.address()) > 0); } +*/ |