diff options
author | Jose <jose@zeroc.com> | 2019-06-24 17:08:11 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-06-24 17:08:33 +0200 |
commit | 55553d29f7f3bb9c33ed46720858406912b8046b (patch) | |
tree | d5c4dbbc24fd56cfde22707682bae451b3ac1bf6 /ruby | |
parent | Fix Ruby build failure (diff) | |
download | ice-55553d29f7f3bb9c33ed46720858406912b8046b.tar.bz2 ice-55553d29f7f3bb9c33ed46720858406912b8046b.tar.xz ice-55553d29f7f3bb9c33ed46720858406912b8046b.zip |
Fix checkedCast with facet and MATLAB - Close #394
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/test/Ice/proxy/AllTests.rb | 1 |
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) |