From 87d48881d833bd0d48860b007c7d73fb3f6fb2f7 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 12 May 2014 14:40:26 +0100 Subject: Updates to VM tests. --- fork.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fork.cpp') 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); } +*/ -- cgit