diff options
author | Bernard Normier <bernard@zeroc.com> | 2014-06-16 16:56:03 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2014-06-16 16:56:03 +0000 |
commit | dfbaed856c3559145ff1ce20dfdcb4c6fc7069a9 (patch) | |
tree | 146c0a563e94c948e2c6aaab80b2684919dba8f3 /cpp/test/Ice/operations/Twoways.cpp | |
parent | C# IceSSL fixes (diff) | |
download | ice-dfbaed856c3559145ff1ce20dfdcb4c6fc7069a9.tar.bz2 ice-dfbaed856c3559145ff1ce20dfdcb4c6fc7069a9.tar.xz ice-dfbaed856c3559145ff1ce20dfdcb4c6fc7069a9.zip |
Fix for ICE-5527 (simplify generated code for user exception and object factories), ICE-4832 (ice_staticId and static initialization) and partial fix for ICE-5515 (ice_staticId on C++ proxies)
Diffstat (limited to 'cpp/test/Ice/operations/Twoways.cpp')
-rw-r--r-- | cpp/test/Ice/operations/Twoways.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/Twoways.cpp b/cpp/test/Ice/operations/Twoways.cpp index 9abdd55173b..f95cf68337b 100644 --- a/cpp/test/Ice/operations/Twoways.cpp +++ b/cpp/test/Ice/operations/Twoways.cpp @@ -67,6 +67,10 @@ twoways(const Ice::CommunicatorPtr& communicator, const Test::MyClassPrx& p) } { + test(Test::MyClassPrx::ice_staticId() == Test::MyClass::ice_staticId()); + } + + { test(p->ice_isA(Test::MyClass::ice_staticId())); } |