diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-05-01 06:05:30 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-05-01 06:05:30 +0000 |
commit | 49c26d51381a9388d359df9f94e40c4ffa51e6b4 (patch) | |
tree | d951ed09382dea09246046dd8805a5ba82ffb7bd /py/test/Ice/proxy/ServerAMD.py | |
parent | clean up of operations test. added proxy test. added timeout test. (diff) | |
download | ice-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.py | 5 |
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) |