From e5e389cba9db32f4999bf21006e75a3ed1c371e5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 11 Jan 2016 19:17:35 +0000 Subject: Use new dryice interface for proxy lookup --- mythfs/unittests/mockDefs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mythfs/unittests/mockDefs.cpp b/mythfs/unittests/mockDefs.cpp index b061c64..68dec08 100644 --- a/mythfs/unittests/mockDefs.cpp +++ b/mythfs/unittests/mockDefs.cpp @@ -10,8 +10,8 @@ Service::Service() : } TestClient::TestClient() : - db(MythFS::DBPrx::checkedCast(ic->stringToProxy("db:tcp -p 9002"))), - s(NetFS::ServicePrx::checkedCast(ic->stringToProxy("service:tcp -p 9002"))) + db(getProxy("db")), + s(getProxy("service")) { } -- cgit v1.2.3