aboutsummaryrefslogtreecommitdiffstats
path: root/fork.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-05-12 21:40:26 +0800
committerGav Wood <i@gavwood.com>2014-05-12 21:40:26 +0800
commit87d48881d833bd0d48860b007c7d73fb3f6fb2f7 (patch)
treeabd60a41092070f5b51d46df137f1df2997d2cf8 /fork.cpp
parentb9b7fa2078c88918224abb057805686c82a1f4e8 (diff)
downloaddexon-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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/fork.cpp b/fork.cpp
index 32b35d08..09a866fb 100644
--- a/fork.cpp
+++ b/fork.cpp
@@ -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);
}
+*/