create a dummy implementation of INetwork for testing purposes, and use it in the atc list unittest

This commit is contained in:
Mathew Sutcliffe
2013-08-22 17:56:35 +01:00
parent 974f8b0141
commit 0107d24523
6 changed files with 62 additions and 31 deletions

View File

@@ -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>();