aboutsummaryrefslogtreecommitdiff
path: root/src/test/torcontrol_tests.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-05-27 13:59:54 +0800
committerfanquake <fanquake@gmail.com>2021-05-28 19:14:09 +0800
commitc0497a49281e68b57e2a1e6c48c950b2edc80821 (patch)
treecae3dbba15424c5a7f478dcba68f738790d85645 /src/test/torcontrol_tests.cpp
parentef8bb0473be62c07f96eb269b927dcec86c1e862 (diff)
downloadbitcoin-c0497a49281e68b57e2a1e6c48c950b2edc80821.tar.xz
test: remove BasicTestingSetup from torcontrol unit tests
Diffstat (limited to 'src/test/torcontrol_tests.cpp')
-rw-r--r--src/test/torcontrol_tests.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/torcontrol_tests.cpp b/src/test/torcontrol_tests.cpp
index 41aa17988c..659caaef61 100644
--- a/src/test/torcontrol_tests.cpp
+++ b/src/test/torcontrol_tests.cpp
@@ -2,7 +2,6 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
//
-#include <test/util/setup_common.h>
#include <boost/test/unit_test.hpp>
@@ -15,7 +14,7 @@ std::pair<std::string, std::string> SplitTorReplyLine(const std::string& s);
std::map<std::string, std::string> ParseTorReplyMapping(const std::string& s);
-BOOST_FIXTURE_TEST_SUITE(torcontrol_tests, BasicTestingSetup)
+BOOST_AUTO_TEST_SUITE(torcontrol_tests)
static void CheckSplitTorReplyLine(std::string input, std::string command, std::string args)
{