From c0497a49281e68b57e2a1e6c48c950b2edc80821 Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 27 May 2021 13:59:54 +0800 Subject: test: remove BasicTestingSetup from torcontrol unit tests --- src/test/torcontrol_tests.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/test/torcontrol_tests.cpp') 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 #include @@ -15,7 +14,7 @@ std::pair SplitTorReplyLine(const std::string& s); std::map 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) { -- cgit v1.2.3