From fd33e8a093ad4a55500a6c7388a311fd79bcbbab Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Mon, 1 Aug 2016 17:49:11 -0400 Subject: Better test --- cpp/test/Ice/stringConverter/Client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/test/Ice/stringConverter/Client.cpp') diff --git a/cpp/test/Ice/stringConverter/Client.cpp b/cpp/test/Ice/stringConverter/Client.cpp index 61b145a2539..cefc46bf01c 100644 --- a/cpp/test/Ice/stringConverter/Client.cpp +++ b/cpp/test/Ice/stringConverter/Client.cpp @@ -134,10 +134,10 @@ main(int argc, char* argv[]) Ice::setProcessWstringConverter(Ice::createUnicodeWstringConverter()); - string propValue = "Ice:createStringConverter iconv="; + string propValue = "Ice:createStringConverter"; if(useIconv && !useLocale) { - propValue += narrowEncoding + "," + wideEncoding; + propValue = " iconv=" + narrowEncoding + "," + wideEncoding; } propValue += " windows=28605"; -- cgit v1.2.3