From a14cada9dd81a263a6af2c299507f1aa9c913807 Mon Sep 17 00:00:00 2001 From: winsvega Date: Tue, 24 Mar 2015 21:36:04 +0300 Subject: State Test Expected state check when filling test --- TestHelper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TestHelper.h') diff --git a/TestHelper.h b/TestHelper.h index 7f6d7336..d830ceb6 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -110,11 +110,13 @@ public: void exportTest(bytes const& _output, eth::State const& _statePost); eth::State m_statePre; + eth::State m_stateExpect; eth::State m_statePost; eth::ExtVMFace m_environment; eth::Transaction m_transaction; private: + void checkFillTest(eth::State const& _statePost); json_spirit::mObject& m_TestObject; }; -- cgit v1.2.3