summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/stream/Client.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2006-06-28 05:18:43 +0000
committerMichi Henning <michi@zeroc.com>2006-06-28 05:18:43 +0000
commit2ebdeea700fd7d02f13ccccc2dd77557f207db69 (patch)
treec29f10ef9d8a9c61f9a3eade96c288ca47ec8b73 /cpp/test/Ice/stream/Client.cpp
parentRenamed Sun's scandir and isalphasort to ice_scandir and ice_isalphasort (diff)
downloadice-2ebdeea700fd7d02f13ccccc2dd77557f207db69.tar.bz2
ice-2ebdeea700fd7d02f13ccccc2dd77557f207db69.tar.xz
ice-2ebdeea700fd7d02f13ccccc2dd77557f207db69.zip
Bug 472.
Diffstat (limited to 'cpp/test/Ice/stream/Client.cpp')
-rw-r--r--cpp/test/Ice/stream/Client.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpp/test/Ice/stream/Client.cpp b/cpp/test/Ice/stream/Client.cpp
index 7417e779636..3e7ee1caf7e 100644
--- a/cpp/test/Ice/stream/Client.cpp
+++ b/cpp/test/Ice/stream/Client.cpp
@@ -418,17 +418,6 @@ run(int argc, char** argv, const Ice::CommunicatorPtr& communicator)
out->writePendingObjects();
out->finished(data);
test(writer->called);
- communicator->addObjectFactory(new TestObjectFactory, Test::MyClass::ice_staticId());
- in = Ice::createInputStream(communicator, data);
- TestReadObjectCallbackPtr cb = new TestReadObjectCallback;
- in->readObject(cb);
- in->readPendingObjects();
- test(cb->obj);
- TestObjectReaderPtr reader = TestObjectReaderPtr::dynamicCast(cb->obj);
- test(reader);
- test(reader->called);
- test(reader->obj);
- test(reader->obj->s.e == Test::enum2);
}
cout << "ok" << endl;