diff options
Diffstat (limited to 'cppe/test/IceE/custom/Collocated.cpp')
-rw-r--r-- | cppe/test/IceE/custom/Collocated.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cppe/test/IceE/custom/Collocated.cpp b/cppe/test/IceE/custom/Collocated.cpp index 7b440949847..33c128799e1 100644 --- a/cppe/test/IceE/custom/Collocated.cpp +++ b/cppe/test/IceE/custom/Collocated.cpp @@ -12,6 +12,7 @@ #include <TestApplication.h> #include <TestI.h> #include <WstringI.h> +#include <StringConverterI.h> using namespace std; @@ -29,6 +30,8 @@ public: { Ice::InitializationData initData; initData.properties = Ice::createProperties(); + initData.stringConverter = new Test::StringConverterI(); + initData.wstringConverter = new Test::WstringConverterI(); initData.properties->setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000"); //initData.properties->setProperty("Ice.Trace.Network", "5"); |