diff options
Diffstat (limited to 'cpp/test/Ice/operations/Twoways.cpp')
-rw-r--r-- | cpp/test/Ice/operations/Twoways.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/Twoways.cpp b/cpp/test/Ice/operations/Twoways.cpp index f95cf68337b..1dcb1c18795 100644 --- a/cpp/test/Ice/operations/Twoways.cpp +++ b/cpp/test/Ice/operations/Twoways.cpp @@ -68,6 +68,7 @@ twoways(const Ice::CommunicatorPtr& communicator, const Test::MyClassPrx& p) { test(Test::MyClassPrx::ice_staticId() == Test::MyClass::ice_staticId()); + test(Ice::ObjectPrx::ice_staticId() == Ice::Object::ice_staticId()); } { |