summaryrefslogtreecommitdiff
path: root/py/test/Ice/operations/ServerAMD.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2011-05-04 17:59:29 -0700
committerMark Spruiell <mes@zeroc.com>2011-05-04 17:59:29 -0700
commitc8d03f9eb29f4a10d77297de8afc912e5456805c (patch)
tree61e7678c10646c45e8d474f3a48ef665c3344fbf /py/test/Ice/operations/ServerAMD.py
parentbug 4976 - inconsistent operation mode for pseudo ops (diff)
downloadice-c8d03f9eb29f4a10d77297de8afc912e5456805c.tar.bz2
ice-c8d03f9eb29f4a10d77297de8afc912e5456805c.tar.xz
ice-c8d03f9eb29f4a10d77297de8afc912e5456805c.zip
bug 4976 - add test for Normal mode
Diffstat (limited to 'py/test/Ice/operations/ServerAMD.py')
-rwxr-xr-xpy/test/Ice/operations/ServerAMD.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/test/Ice/operations/ServerAMD.py b/py/test/Ice/operations/ServerAMD.py
index 75c8dcebc9c..2c4e27cd0a5 100755
--- a/py/test/Ice/operations/ServerAMD.py
+++ b/py/test/Ice/operations/ServerAMD.py
@@ -63,6 +63,8 @@ class MyDerivedClassI(Test.MyDerivedClass):
cb.ice_response()
def opVoid_async(self, cb, current=None):
+ test(current.mode == Ice.OperationMode.Normal)
+
self.opVoidThreadLock.acquire()
if self.opVoidThread:
self.opVoidThread.join()