summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/custom/AllTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/custom/AllTests.cpp')
-rw-r--r--cpp/test/Ice/custom/AllTests.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/test/Ice/custom/AllTests.cpp b/cpp/test/Ice/custom/AllTests.cpp
index 54c79bac846..3c7774a09b6 100644
--- a/cpp/test/Ice/custom/AllTests.cpp
+++ b/cpp/test/Ice/custom/AllTests.cpp
@@ -565,7 +565,6 @@ typedef IceUtil::Handle<Callback> CallbackPtr;
#endif
-
Test::TestIntfPrxPtr
allTests(const Ice::CommunicatorPtr& communicator)
{
@@ -1235,7 +1234,6 @@ allTests(const Ice::CommunicatorPtr& communicator)
}
cout << "ok" << endl;
-
cout << "testing alternate strings with AMI... " << flush;
{
Util::string_view in = "HELLO WORLD!";
@@ -1947,7 +1945,6 @@ allTests(const Ice::CommunicatorPtr& communicator)
#endif
}
-
{
Test::ByteSeq in;
in.push_back('1');
@@ -2081,7 +2078,6 @@ allTests(const Ice::CommunicatorPtr& communicator)
#endif
}
-
{
Test::BoolSeq in(5);
in[0] = false;
@@ -2238,7 +2234,6 @@ allTests(const Ice::CommunicatorPtr& communicator)
#endif
}
-
{
Test::ByteList in;
in.push_back('1');
@@ -2852,7 +2847,6 @@ allTests(const Ice::CommunicatorPtr& communicator)
#endif
}
-
{
deque<Test::E> in(5);
in[0] = Test:: ICE_ENUM(E, E1);
@@ -3102,7 +3096,6 @@ allTests(const Ice::CommunicatorPtr& communicator)
#endif
}
-
{
Test::ByteSeq in;
in.push_back('1');
@@ -3349,11 +3342,8 @@ allTests(const Ice::CommunicatorPtr& communicator)
}
cout << "ok" << endl;
-
-
#ifndef ICE_CPP11_MAPPING
-
cout << "testing class mapped structs ... " << flush;
Test::ClassStructPtr cs = new Test::ClassStruct();
cs->y = 10;