Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
fix complex network in BlockchainTests fillers
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Aug 27, 2018
1 parent c4d901f commit 5703784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/jsontests/BlockChainTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ json_spirit::mValue BlockchainTestSuite::doTests(json_spirit::mValue const& _inp
set<string> netlist;
json_spirit::mObject const& expectObj = expect.get_obj();
ImportTest::parseJsonStrValueIntoSet(expectObj.at("network"), netlist);

netlist = test::translateNetworks(netlist);
if (netlist.count(test::netIdToString(network)) || netlist.count("ALL"))
{
jObjOutput["expect"] = expectObj.at("result");
Expand Down

0 comments on commit 5703784

Please sign in to comment.