summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-06-24 17:08:11 +0200
committerJose <jose@zeroc.com>2019-06-24 17:08:33 +0200
commit55553d29f7f3bb9c33ed46720858406912b8046b (patch)
treed5c4dbbc24fd56cfde22707682bae451b3ac1bf6 /python
parentFix Ruby build failure (diff)
downloadice-55553d29f7f3bb9c33ed46720858406912b8046b.tar.bz2
ice-55553d29f7f3bb9c33ed46720858406912b8046b.tar.xz
ice-55553d29f7f3bb9c33ed46720858406912b8046b.zip
Fix checkedCast with facet and MATLAB - Close #394
Diffstat (limited to 'python')
-rw-r--r--python/test/Ice/proxy/AllTests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/test/Ice/proxy/AllTests.py b/python/test/Ice/proxy/AllTests.py
index e5bc5b9339f..049e1bbadf3 100644
--- a/python/test/Ice/proxy/AllTests.py
+++ b/python/test/Ice/proxy/AllTests.py
@@ -620,6 +620,7 @@ def allTests(helper, communicator, collocated):
test(cl == base)
test(derived == base)
test(cl == derived)
+ test(Test.MyDerivedClassPrx.checkedCast(cl, "facet") == None)
loc = Ice.LocatorPrx.checkedCast(base)
test(loc == None)