diff options
author | chriseth <c@ethdev.com> | 2015-04-17 22:24:23 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-04-17 22:24:23 +0800 |
commit | 6b08b99b5ef319837f9293cca6fd74803fe4688d (patch) | |
tree | fe3e39ec2f14e1c52137c9734da36766ba57ba53 /TestHelper.h | |
parent | 6753e0a8e6796e99ee826c28c7bcbde55348b07d (diff) | |
parent | 7571971ca05fd12e3603531044e094ffc0000fb2 (diff) | |
download | dexon-solidity-6b08b99b5ef319837f9293cca6fd74803fe4688d.tar dexon-solidity-6b08b99b5ef319837f9293cca6fd74803fe4688d.tar.gz dexon-solidity-6b08b99b5ef319837f9293cca6fd74803fe4688d.tar.bz2 dexon-solidity-6b08b99b5ef319837f9293cca6fd74803fe4688d.tar.lz dexon-solidity-6b08b99b5ef319837f9293cca6fd74803fe4688d.tar.xz dexon-solidity-6b08b99b5ef319837f9293cca6fd74803fe4688d.tar.zst dexon-solidity-6b08b99b5ef319837f9293cca6fd74803fe4688d.zip |
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TestHelper.h b/TestHelper.h index 92745bc3..36a84ecd 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -121,6 +121,7 @@ public: static void importState(json_spirit::mObject& _o, eth::State& _state); static void importState(json_spirit::mObject& _o, eth::State& _state, stateOptionsMap& _stateOptionsMap); void importTransaction(json_spirit::mObject& _o); + static json_spirit::mObject& makeAllFieldsHex(json_spirit::mObject& _o); void exportTest(bytes const& _output, eth::State const& _statePost); static void checkExpectedState(eth::State const& _stateExpect, eth::State const& _statePost, stateOptionsMap const _expectedStateOptions = stateOptionsMap(), WhenError _throw = WhenError::Throw); |