summaryrefslogtreecommitdiff
path: root/py/demo/Ice/value/Client.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/demo/Ice/value/Client.py')
-rw-r--r--py/demo/Ice/value/Client.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/py/demo/Ice/value/Client.py b/py/demo/Ice/value/Client.py
index a702095d55d..155849430cf 100644
--- a/py/demo/Ice/value/Client.py
+++ b/py/demo/Ice/value/Client.py
@@ -53,17 +53,6 @@ class Client(Ice.Application):
print "==> " + simple.message
print '\n'\
- "Ok, this worked. Now let's try to transfer an object for a class\n"\
- "with operations as type ::Ice::Object. Because no factory is installed,\n"\
- "the class will be sliced to ::Ice::Object.\n"\
- "[press enter]"
- raw_input()
-
- obj = initial.getPrinterAsObject()
- print "==> The type ID of the received object is \"" + obj.ice_id() + "\""
- assert(obj.ice_id() == "::Ice::Object")
-
- print '\n'\
"Yes, this worked. Now let's try to transfer an object for a class\n"\
"with operations as type ::Demo::Printer, without installing a factory\n"\
"first. This should give us a `no factory' exception.\n"\