From cc9503cec9c66acfb38d56b094ada8382d15434f Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Fri, 10 Mar 2017 15:52:29 -0500 Subject: Make qt test compatible with TestChain100Setup framework Reset global state after rpc tests, and remove unnecessary ECC initialization to prevent assert error if it is initialized twice. --- src/qt/test/rpcnestedtests.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/qt/test/rpcnestedtests.cpp') diff --git a/src/qt/test/rpcnestedtests.cpp b/src/qt/test/rpcnestedtests.cpp index bd496f149c..a7b82117d8 100644 --- a/src/qt/test/rpcnestedtests.cpp +++ b/src/qt/test/rpcnestedtests.cpp @@ -148,9 +148,13 @@ void RPCNestedTests::rpcNestedTests() QVERIFY_EXCEPTION_THROWN(RPCConsole::RPCExecuteCommandLine(result, "rpcNestedTest(abc,,)"), std::runtime_error); //don't tollerate empty arguments when using , #endif + UnloadBlockIndex(); delete pcoinsTip; + pcoinsTip = nullptr; delete pcoinsdbview; + pcoinsdbview = nullptr; delete pblocktree; + pblocktree = nullptr; boost::filesystem::remove_all(boost::filesystem::path(path)); } -- cgit v1.2.3