summaryrefslogtreecommitdiff
path: root/cpp/test
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-01-09 18:26:24 +0100
committerJose <jose@zeroc.com>2017-01-09 18:26:24 +0100
commitbc9d44f14d03450374d644d3e64452f7c45f63c2 (patch)
tree67a8546decc52f0ac8653bf5422148c9a4f2b07e /cpp/test
parentFixed (ICE-6694) - Unicode output in command line tools (diff)
downloadice-bc9d44f14d03450374d644d3e64452f7c45f63c2.tar.bz2
ice-bc9d44f14d03450374d644d3e64452f7c45f63c2.tar.xz
ice-bc9d44f14d03450374d644d3e64452f7c45f63c2.zip
C++11 custom test fixes
Diffstat (limited to 'cpp/test')
-rw-r--r--cpp/test/Ice/custom/AllTests.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Ice/custom/AllTests.cpp b/cpp/test/Ice/custom/AllTests.cpp
index f2b0ea905e4..038fcb30f19 100644
--- a/cpp/test/Ice/custom/AllTests.cpp
+++ b/cpp/test/Ice/custom/AllTests.cpp
@@ -607,7 +607,7 @@ allTests(const Ice::CommunicatorPtr& communicator)
cout << "testing alternate strings... " << flush;
{
- Util::string_view in = "Hello World!";
+ Util::string_view in = "HELLO WORLD!";
string out;
string ret = t->opString(in, out);
@@ -1250,7 +1250,7 @@ allTests(const Ice::CommunicatorPtr& communicator)
cout << "testing alternate strings with AMI... " << flush;
{
- Util::string_view in = "Hello World!";
+ Util::string_view in = "HELLO WORLD!";
#ifdef ICE_CPP11_MAPPING
@@ -2020,7 +2020,7 @@ allTests(const Ice::CommunicatorPtr& communicator)
cout << "testing alternate strings with AMI callbacks... " << flush;
{
- Util::string_view in = "Hello World!";
+ Util::string_view in = "HELLO WORLD!";
#ifdef ICE_CPP11_MAPPING