summaryrefslogtreecommitdiff
path: root/cpp/test/Ice
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-09 03:41:00 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-09 03:41:00 +0000
commitae40e5b7417df04d038df49eb5e028de4474a886 (patch)
treeb4bb7a415903720b5786048bf2f4b33283976cfc /cpp/test/Ice
parentmore tests, fixes to operator< and operator== (diff)
downloadice-ae40e5b7417df04d038df49eb5e028de4474a886.tar.bz2
ice-ae40e5b7417df04d038df49eb5e028de4474a886.tar.xz
ice-ae40e5b7417df04d038df49eb5e028de4474a886.zip
fixes
Diffstat (limited to 'cpp/test/Ice')
-rw-r--r--cpp/test/Ice/inheritance/AllTests.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/inheritance/AllTests.cpp b/cpp/test/Ice/inheritance/AllTests.cpp
index 4b3a680d0b9..d2c22765235 100644
--- a/cpp/test/Ice/inheritance/AllTests.cpp
+++ b/cpp/test/Ice/inheritance/AllTests.cpp
@@ -34,6 +34,9 @@ allTests(Ice::CommunicatorPtr communicator)
M_B::C_BPrx cb = initial->c_b();
M_A::C_CPrx cc = initial->c_c();
M_A::C_DPrx cd = initial->c_d();
+ cout << ca->_getIdentity() << ", " << cb->_getIdentity() << endl;
+ cout << ca->_getIdentity() << ", " << cc->_getIdentity() << endl;
+ cout << ca->_getIdentity() << ", " << cd->_getIdentity() << endl;
test(ca != cb);
test(ca != cc);
test(ca != cd);