diff options
Diffstat (limited to 'cpp/test/Ice/impl/Server.cpp')
-rw-r--r-- | cpp/test/Ice/impl/Server.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/Ice/impl/Server.cpp b/cpp/test/Ice/impl/Server.cpp index 91cb3580b0d..dab7a8f6c7b 100644 --- a/cpp/test/Ice/impl/Server.cpp +++ b/cpp/test/Ice/impl/Server.cpp @@ -38,8 +38,7 @@ main(int argc, char* argv[]) try { - Ice::InitializationData initData; - initData.properties = Ice::createProperties(argc, argv); + Ice::InitializationData initData = getTestInitData(argc, argv); // // Its possible to have batch oneway requests dispatched after // the adapter is deactivated due to thread scheduling so we |