mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
boost_auto_test_suite for jsonrpc && @brief description for WebThreeStubServer
This commit is contained in:
parent
f64c53ac62
commit
07d08e3af3
@ -19,7 +19,7 @@
|
||||
* @date 2014
|
||||
*/
|
||||
|
||||
#if ETH_JSONRPC && 1
|
||||
#if ETH_JSONRPC
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
@ -36,6 +36,8 @@
|
||||
#include "TestHelper.h"
|
||||
#include "webthreestubclient.h"
|
||||
|
||||
BOOST_AUTO_TEST_SUITE(jsonrpc)
|
||||
|
||||
using namespace std;
|
||||
using namespace dev;
|
||||
using namespace dev::eth;
|
||||
@ -243,4 +245,6 @@ BOOST_AUTO_TEST_CASE(jsonrpc_transact)
|
||||
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user