summaryrefslogtreecommitdiff
path: root/ruby/test
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 /ruby/test
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 'ruby/test')
-rw-r--r--ruby/test/Ice/proxy/AllTests.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby/test/Ice/proxy/AllTests.rb b/ruby/test/Ice/proxy/AllTests.rb
index 3a923e4d0d1..bf8b6634385 100644
--- a/ruby/test/Ice/proxy/AllTests.rb
+++ b/ruby/test/Ice/proxy/AllTests.rb
@@ -617,6 +617,7 @@ def allTests(helper, communicator)
test(cl == base)
test(derived == base)
test(cl == derived)
+ test(Test::MyDerivedClassPrx::checkedCast(cl, "facet") == nil)
loc = Ice::LocatorPrx::checkedCast(base)
test(loc == nil)