summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/proxy/AllTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/proxy/AllTests.cs')
-rw-r--r--csharp/test/Ice/proxy/AllTests.cs1
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... ");