From 61270a10f980933cf582edb766f10c8ac6d86e8a Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Mon, 30 Jan 2017 13:45:21 -0800 Subject: merging IceBridge into master --- cpp/test/Ice/udp/AllTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/udp/AllTests.cpp') diff --git a/cpp/test/Ice/udp/AllTests.cpp b/cpp/test/Ice/udp/AllTests.cpp index e2e00f19da2..f16b10baa70 100644 --- a/cpp/test/Ice/udp/AllTests.cpp +++ b/cpp/test/Ice/udp/AllTests.cpp @@ -116,7 +116,7 @@ allTests(const CommunicatorPtr& communicator) { test(seq.size() > 16384); } - obj->ice_getConnection()->close(false); + obj->ice_getConnection()->close(CloseGracefullyAndWait); communicator->getProperties()->setProperty("Ice.UDP.SndSize", "64000"); seq.resize(50000); try -- cgit v1.2.3