diff options
author | winsvega <winsvega@mail.ru> | 2015-04-10 02:30:00 +0800 |
---|---|---|
committer | winsvega <winsvega@mail.ru> | 2015-04-16 21:46:40 +0800 |
commit | 3e605abea486792ad749461f4d9e209b2ee6f07e (patch) | |
tree | 175737af499f9c1cd0bf52c4985bbca1f29d1481 /TestHelper.cpp | |
parent | 92269d4df7b6d3b454ca44a8dde2ab0a3e113749 (diff) | |
download | dexon-solidity-3e605abea486792ad749461f4d9e209b2ee6f07e.tar.gz dexon-solidity-3e605abea486792ad749461f4d9e209b2ee6f07e.tar.zst dexon-solidity-3e605abea486792ad749461f4d9e209b2ee6f07e.zip |
AllFieldsHex: State Tests
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r-- | TestHelper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp index c02e8b28..2c7f9a48 100644 --- a/TestHelper.cpp +++ b/TestHelper.cpp @@ -102,6 +102,7 @@ struct ValueTooLarge: virtual Exception {}; struct MissingFields : virtual Exception {}; bigint const c_max256plus1 = bigint(1) << 256; + ImportTest::ImportTest(json_spirit::mObject& _o, bool isFiller): m_statePre(OverlayDB(), eth::BaseState::Empty, Address(_o["env"].get_obj()["currentCoinbase"].get_str())), m_statePost(OverlayDB(), eth::BaseState::Empty, Address(_o["env"].get_obj()["currentCoinbase"].get_str())), |