summaryrefslogtreecommitdiff
path: root/mythfs/unittests/mockDefs.cpp
blob: 389ca3ffb533f4295f24a75b32cb9c1711863ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "mockDefs.h"
#include <definedDirs.h>

Service::Service() :
	MySQL::Mock("mythconverg", {
			rootDir / "fixtures" / "schema.sql",
			rootDir / "fixtures" / "data.sql"
		})
{
}

TestClient::TestClient() :
	s(NetFS::ServicePrx::checkedCast(ic->stringToProxy("service:tcp -p 9002")))
{
}