mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
test: remove BasicTestingSetup from torcontrol unit tests
This commit is contained in:
parent
ef8bb0473b
commit
c0497a4928
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
// Distributed under the MIT software license, see the accompanying
|
// Distributed under the MIT software license, see the accompanying
|
||||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||||
//
|
//
|
||||||
#include <test/util/setup_common.h>
|
|
||||||
|
|
||||||
#include <boost/test/unit_test.hpp>
|
#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);
|
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)
|
static void CheckSplitTorReplyLine(std::string input, std::string command, std::string args)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue