diff options
author | Jose <jose@zeroc.com> | 2019-06-24 17:08:11 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-06-24 17:08:33 +0200 |
commit | 55553d29f7f3bb9c33ed46720858406912b8046b (patch) | |
tree | d5c4dbbc24fd56cfde22707682bae451b3ac1bf6 /cpp/test/Ice/proxy | |
parent | Fix Ruby build failure (diff) | |
download | ice-55553d29f7f3bb9c33ed46720858406912b8046b.tar.bz2 ice-55553d29f7f3bb9c33ed46720858406912b8046b.tar.xz ice-55553d29f7f3bb9c33ed46720858406912b8046b.zip |
Fix checkedCast with facet and MATLAB - Close #394
Diffstat (limited to 'cpp/test/Ice/proxy')
-rw-r--r-- | cpp/test/Ice/proxy/AllTests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/proxy/AllTests.cpp b/cpp/test/Ice/proxy/AllTests.cpp index a923bf398fb..b5c0d8c2a09 100644 --- a/cpp/test/Ice/proxy/AllTests.cpp +++ b/cpp/test/Ice/proxy/AllTests.cpp @@ -1083,6 +1083,7 @@ allTests(Test::TestHelper* helper) test(cl == base); test(derived == base); test(cl == derived); + test(ICE_CHECKED_CAST(Test::MyDerivedClassPrx, cl, "facet") == ICE_NULLPTR); Ice::LocatorPrxPtr loc = ICE_CHECKED_CAST(Ice::LocatorPrx, base); test(loc == 0); |