X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2Fcmdgroup.cpp;fp=test%2Fcmdgroup.cpp;h=32f8c6dce63dc80fa34cebcff05f660991862e3e;hp=fc5952b92ab58440eef570b4ce2426df17aee909;hb=fb3345ada7ea94225b78994fd50e3de693a2a3d5;hpb=4c3662a0b083759056b93c21e747e5551a8ddfcc diff --git a/test/cmdgroup.cpp b/test/cmdgroup.cpp index fc5952b..32f8c6d 100644 --- a/test/cmdgroup.cpp +++ b/test/cmdgroup.cpp @@ -206,7 +206,7 @@ class test_cmdgroup : public TestFixture // wait till server is up sleep(1); socket_client_connection sc("./socket"); - command_client cc(sc); + command_client cc(&sc); result_container rc; cc.send_command(new testfunc4a_cmd("hello"),rc); @@ -249,7 +249,7 @@ class test_cmdgroup : public TestFixture // wait till server is up sleep(1); socket_client_connection sc("./socket"); - command_client cc(sc); + command_client cc(&sc); result_container rc; cc.send_command(new testfunc4a_cmd("hello"),rc);