summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/TestAMDI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-10-26 18:02:49 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-10-26 18:02:49 +0200
commitda840df6a47591d7816e977c7c030f7330a2f098 (patch)
tree88da6faf9424e42a5e8258a4c6969d741914efa5 /cpp/test/Ice/exceptions/TestAMDI.cpp
parentMinor metrics fixes (diff)
downloadice-da840df6a47591d7816e977c7c030f7330a2f098.tar.bz2
ice-da840df6a47591d7816e977c7c030f7330a2f098.tar.xz
ice-da840df6a47591d7816e977c7c030f7330a2f098.zip
Fixed cross test failure, memory leaks and UMRs
Diffstat (limited to 'cpp/test/Ice/exceptions/TestAMDI.cpp')
-rw-r--r--cpp/test/Ice/exceptions/TestAMDI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/TestAMDI.cpp b/cpp/test/Ice/exceptions/TestAMDI.cpp
index 88534bc356f..266f020fc4e 100644
--- a/cpp/test/Ice/exceptions/TestAMDI.cpp
+++ b/cpp/test/Ice/exceptions/TestAMDI.cpp
@@ -206,7 +206,7 @@ ThrowerI::throwAfterResponse_async(const AMD_Thrower_throwAfterResponsePtr& cb,
void
ThrowerI::throwAfterException_async(const AMD_Thrower_throwAfterExceptionPtr& cb, const Ice::Current&)
{
- cb->ice_exception(A());
+ cb->ice_exception(A(12345));
throw std::string();
}