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 /csharp/test/Ice/proxy | |
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 'csharp/test/Ice/proxy')
-rw-r--r-- | csharp/test/Ice/proxy/AllTests.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/test/Ice/proxy/AllTests.cs b/csharp/test/Ice/proxy/AllTests.cs index c28e31cc7ff..2a337dc47e0 100644 --- a/csharp/test/Ice/proxy/AllTests.cs +++ b/csharp/test/Ice/proxy/AllTests.cs @@ -786,6 +786,7 @@ namespace Ice test(cl.Equals(baseProxy)); test(derived.Equals(baseProxy)); test(cl.Equals(derived)); + test(Test.MyDerivedClassPrxHelper.checkedCast(cl, "facet") == null); output.WriteLine("ok"); output.Write("testing checked cast with context... "); |