summaryrefslogtreecommitdiff
path: root/py/test/Ice/proxy/ServerAMD.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-05-01 06:05:30 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-05-01 06:05:30 +0000
commit49c26d51381a9388d359df9f94e40c4ffa51e6b4 (patch)
treed951ed09382dea09246046dd8805a5ba82ffb7bd /py/test/Ice/proxy/ServerAMD.py
parentclean up of operations test. added proxy test. added timeout test. (diff)
downloadice-49c26d51381a9388d359df9f94e40c4ffa51e6b4.tar.bz2
ice-49c26d51381a9388d359df9f94e40c4ffa51e6b4.tar.xz
ice-49c26d51381a9388d359df9f94e40c4ffa51e6b4.zip
remove timeout test from proxy test.
Diffstat (limited to 'py/test/Ice/proxy/ServerAMD.py')
-rw-r--r--py/test/Ice/proxy/ServerAMD.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/py/test/Ice/proxy/ServerAMD.py b/py/test/Ice/proxy/ServerAMD.py
index cb689fe67dd..cc31bed3691 100644
--- a/py/test/Ice/proxy/ServerAMD.py
+++ b/py/test/Ice/proxy/ServerAMD.py
@@ -43,11 +43,6 @@ class MyDerivedClassI(Test.MyDerivedClass):
current.adapter.getCommunicator().shutdown()
cb.ice_response()
- def opSleep_async(self, cb, timeout, current=None):
- if timeout != 0:
- time.sleep(timeout / 1000.0)
- cb.ice_response()
-
def getContext_async(self, cb, current):
return cb.ice_response(self.ctx)