summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/AllTests.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-08-04 17:36:25 -0400
committerBernard Normier <bernard@zeroc.com>2016-08-04 17:36:25 -0400
commitdc2f88ef6643b235a82be44b0682b75b7534c5e6 (patch)
treed9084cd31009402bc5bad8ff4cd7e20f764387ea /cpp/test/Ice/exceptions/AllTests.cpp
parentRefactored shared_from_this/enable_shared_from_this (diff)
downloadice-dc2f88ef6643b235a82be44b0682b75b7534c5e6.tar.bz2
ice-dc2f88ef6643b235a82be44b0682b75b7534c5e6.tar.xz
ice-dc2f88ef6643b235a82be44b0682b75b7534c5e6.zip
New TargetCompare template, renamed targetEquals to targetEqualTo
Diffstat (limited to 'cpp/test/Ice/exceptions/AllTests.cpp')
-rw-r--r--cpp/test/Ice/exceptions/AllTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/AllTests.cpp b/cpp/test/Ice/exceptions/AllTests.cpp
index 3f047784a12..990f735a805 100644
--- a/cpp/test/Ice/exceptions/AllTests.cpp
+++ b/cpp/test/Ice/exceptions/AllTests.cpp
@@ -690,7 +690,7 @@ allTests(const Ice::CommunicatorPtr& communicator)
ThrowerPrxPtr thrower = ICE_CHECKED_CAST(ThrowerPrx, base);
test(thrower);
#ifdef ICE_CPP11_MAPPING
- test(Ice::targetEquals(thrower, base));
+ test(Ice::targetEqualTo(thrower, base));
#else
test(thrower == base);
#endif