libt2n: (gerd) fix client-connection-logic, finish wrappers, all tests are working...
[libt2n] / test / cmdgroup.cpp
index fc5952b..32f8c6d 100644 (file)
@@ -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);