summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/location/AllTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/location/AllTests.cpp')
-rw-r--r--cpp/test/Ice/location/AllTests.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/test/Ice/location/AllTests.cpp b/cpp/test/Ice/location/AllTests.cpp
index 9d2a268f723..d757da4c307 100644
--- a/cpp/test/Ice/location/AllTests.cpp
+++ b/cpp/test/Ice/location/AllTests.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
@@ -570,6 +570,8 @@ allTests(const Ice::CommunicatorPtr& communicator, const string& ref)
cout << "testing object migration... " << flush;
hello = HelloPrx::checkedCast(communicator->stringToProxy("hello"));
obj->migrateHello();
+ // TODO: enable after fixing ICE-5489
+ //hello->ice_getConnection()->close(false);
hello->sayHello();
obj->migrateHello();
hello->sayHello();