aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-10 00:33:16 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-10 00:33:16 +0800
commitdfeef25fc2907658914324b130376a20e12d2a8d (patch)
tree76666bb48b80c69c897fcb014e49bf60993613b1
parent75660470d256109817b1962ef88dd42aca6a0d91 (diff)
downloaddexon-solidity-dfeef25fc2907658914324b130376a20e12d2a8d.tar.gz
dexon-solidity-dfeef25fc2907658914324b130376a20e12d2a8d.tar.zst
dexon-solidity-dfeef25fc2907658914324b130376a20e12d2a8d.zip
disabled jsonrpc tests again
-rw-r--r--jsonrpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonrpc.cpp b/jsonrpc.cpp
index bef30429..42b1a5eb 100644
--- a/jsonrpc.cpp
+++ b/jsonrpc.cpp
@@ -22,7 +22,7 @@
// @debris disabled as tests fail with:
// unknown location(0): fatal error in "jsonrpc_setMining": std::exception: Exception -32003 : Client connector error: : libcurl error: 28
// /home/gav/Eth/cpp-ethereum/test/jsonrpc.cpp(169): last checkpoint
-#if ETH_JSONRPC && 1
+#if ETH_JSONRPC && 0
#include <boost/test/unit_test.hpp>
#include <boost/lexical_cast.hpp>