summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/proxy/Client.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-05-01 06:20:04 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-05-01 06:20:04 +0000
commitabdbf8c3efbc4139062ce3cc220ea07dd5fbdf0f (patch)
treebc8023e87a4afef1d6f95091f250fb5f49ec4ed0 /cpp/test/Ice/proxy/Client.cpp
parentremove timeout test from proxy test. (diff)
downloadice-abdbf8c3efbc4139062ce3cc220ea07dd5fbdf0f.tar.bz2
ice-abdbf8c3efbc4139062ce3cc220ea07dd5fbdf0f.tar.xz
ice-abdbf8c3efbc4139062ce3cc220ea07dd5fbdf0f.zip
remove timeout test from proxy test. Cleanup of operations test.
Diffstat (limited to 'cpp/test/Ice/proxy/Client.cpp')
-rw-r--r--cpp/test/Ice/proxy/Client.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/cpp/test/Ice/proxy/Client.cpp b/cpp/test/Ice/proxy/Client.cpp
index c9527dea93a..854d01df137 100644
--- a/cpp/test/Ice/proxy/Client.cpp
+++ b/cpp/test/Ice/proxy/Client.cpp
@@ -44,16 +44,10 @@ main(int argc, char* argv[])
initData.properties->setProperty("Ice.ThreadPool.Client.SizeWarn", "0");
//
- // We must set MessageSizeMax to an explicit values, because
- // we run tests to check whether Ice.MemoryLimitException is
- // raised as expected.
- //
- initData.properties->setProperty("Ice.MessageSizeMax", "100");
-
- //
// We don't want connection warnings because of the timeout test.
//
initData.properties->setProperty("Ice.Warn.Connections", "0");
+
//
// Use a faster connection monitor timeout to test AMI
// timeouts.