diff options
Diffstat (limited to 'python/test')
-rw-r--r-- | python/test/Ice/proxy/AllTests.py | 1 |
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) |