diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-10 00:33:16 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-10 00:33:16 +0800 |
commit | dfeef25fc2907658914324b130376a20e12d2a8d (patch) | |
tree | 76666bb48b80c69c897fcb014e49bf60993613b1 | |
parent | 75660470d256109817b1962ef88dd42aca6a0d91 (diff) | |
download | dexon-solidity-dfeef25fc2907658914324b130376a20e12d2a8d.tar.gz dexon-solidity-dfeef25fc2907658914324b130376a20e12d2a8d.tar.zst dexon-solidity-dfeef25fc2907658914324b130376a20e12d2a8d.zip |
disabled jsonrpc tests again
-rw-r--r-- | jsonrpc.cpp | 2 |
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> |