diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-09 03:52:35 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-09 03:52:35 +0000 |
commit | 479148a990da6e9aaaffd1bf94b242168db6f422 (patch) | |
tree | 45bf87df3b36d2d70eede413b5e0188c154825de /cpp/test/Ice/inheritance/AllTests.cpp | |
parent | fixes (diff) | |
download | ice-479148a990da6e9aaaffd1bf94b242168db6f422.tar.bz2 ice-479148a990da6e9aaaffd1bf94b242168db6f422.tar.xz ice-479148a990da6e9aaaffd1bf94b242168db6f422.zip |
fixes
Diffstat (limited to 'cpp/test/Ice/inheritance/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/inheritance/AllTests.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/test/Ice/inheritance/AllTests.cpp b/cpp/test/Ice/inheritance/AllTests.cpp index 28abf4687a6..5b29aa4d83f 100644 --- a/cpp/test/Ice/inheritance/AllTests.cpp +++ b/cpp/test/Ice/inheritance/AllTests.cpp @@ -34,9 +34,6 @@ 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); |