diff options
author | Dimitry Khokhlov <winsvega@mail.ru> | 2015-07-03 22:02:18 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2015-07-13 16:30:03 +0800 |
commit | 0ca5e4aca1c9452366af5c637f80a50ea13281b9 (patch) | |
tree | 16ea362f93a4371b63310d62486c6bc9880ebf26 | |
parent | 2173ad25a92156be73c8ef91e0fff285eb4d5c4d (diff) | |
download | dexon-solidity-0ca5e4aca1c9452366af5c637f80a50ea13281b9.tar.gz dexon-solidity-0ca5e4aca1c9452366af5c637f80a50ea13281b9.tar.zst dexon-solidity-0ca5e4aca1c9452366af5c637f80a50ea13281b9.zip |
RLPTests: refactoring
-rw-r--r-- | TestHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TestHelper.h b/TestHelper.h index 1c1dfb5f..4ac59e91 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -188,6 +188,7 @@ void doTransactionTests(json_spirit::mValue& _v, bool _fillin); void doStateTests(json_spirit::mValue& v, bool _fillin); void doVMTests(json_spirit::mValue& v, bool _fillin); void doBlockchainTests(json_spirit::mValue& _v, bool _fillin); +void doRlpTests(json_spirit::mValue& v, bool _fillin); template<typename mapType> void checkAddresses(mapType& _expectedAddrs, mapType& _resultAddrs) |