summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-07-03 11:43:56 +0200
committerBenoit Foucher <benoit@zeroc.com>2009-07-03 12:19:06 +0200
commit0f97d60e8c0958003af63fc53caac99bbaaa6092 (patch)
treeab8ec1d1b278d3a97ddf1035358f7d99e25c2314 /cpp
parentBug 2564 - ObjectAdapter::removeServantLocator (diff)
downloadice-0f97d60e8c0958003af63fc53caac99bbaaa6092.tar.bz2
ice-0f97d60e8c0958003af63fc53caac99bbaaa6092.tar.xz
ice-0f97d60e8c0958003af63fc53caac99bbaaa6092.zip
Another test fix for batch bugfix
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/Ice/operations/BatchOneways.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/BatchOneways.cpp b/cpp/test/Ice/operations/BatchOneways.cpp
index 577f5ddcaef..9ef3e25ed18 100644
--- a/cpp/test/Ice/operations/BatchOneways.cpp
+++ b/cpp/test/Ice/operations/BatchOneways.cpp
@@ -73,6 +73,9 @@ batchOneways(const Test::MyClassPrx& p)
batch->ice_ping();
batch2->ice_ping();
+ batch->ice_getConnection();
+ batch2->ice_getConnection();
+
batch->ice_ping();
batch->ice_getConnection()->close(false);
try