mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
create a dummy implementation of INetwork for testing purposes, and use it in the atc list unittest
This commit is contained in:
@@ -6,10 +6,6 @@
|
||||
#include "atclistmgr.h"
|
||||
#include "network.h"
|
||||
|
||||
BlackCore::CAtcListManager::CAtcListManager(const BlackCoreTest::EnableTesting&)
|
||||
{
|
||||
}
|
||||
|
||||
BlackCore::CAtcListManager::CAtcListManager()
|
||||
{
|
||||
INetwork *net = BlackMisc::IContext::getInstance().singleton<INetwork>();
|
||||
|
||||
Reference in New Issue
Block a user